execute_api_call#

hvpy.core.execute_api_call(input_parameters)[source]#

Executes the API call and returns a parsed response.

Parameters:

input_parameters (HvpyParameters) – The input parameters.

Returns:

Parsed response from the API.

Return type:

Union[bytes, str, Dict[str, Any]]