bitmovin_api_sdk.encoding.inputs.http package
Subpackages
Submodules
bitmovin_api_sdk.encoding.inputs.http.http_api module
- class bitmovin_api_sdk.encoding.inputs.http.http_api.HttpApi(**kwargs)[source]
Bases:
BaseApi
- delete(input_id: string_types, **kwargs: dict) HttpInput [source]
Delete HTTP Input
- Parameters:
input_id (string_types, required) – Id of the input
- Returns:
Id of the input
- Return type:
- get(input_id: string_types, **kwargs: dict) HttpInput [source]
HTTP Input Details
- Parameters:
input_id (string_types, required) – Id of the input
- Returns:
HTTP input
- Return type:
- list(query_params: Optional[HttpInputListQueryParams] = None, **kwargs: dict) HttpInput [source]
List HTTP Inputs
- Parameters:
query_params (HttpInputListQueryParams) – Query parameters
- Returns:
List of HTTP inputs
- Return type: