GoodDataApiClient.
do_request
do_request(
data: bytes, endpoint: str, content_type: str, method: HttpMethod
) ->
requests.Response
Perform an HTTP request using the specified method.
Parameters
name | type | description |
---|---|---|
data | bytes | The data to be sent in the request. |
endpoint | str | The endpoint URL to which the request is made. |
content_type | str | The content type of the data being sent. |
method | HttpMethod | The HTTP method to be used for the request. |
Returns
type | description |
---|---|
None |