bitmovin_api_sdk.encoding.inputs.https package
Subpackages
Submodules
bitmovin_api_sdk.encoding.inputs.https.https_api module
- class bitmovin_api_sdk.encoding.inputs.https.https_api.HttpsApi(**kwargs)[source]
Bases:
BaseApi- create(https_input, **kwargs)[source]
Create HTTPS Input
- Parameters:
https_input (HttpsInput, required) – The Https input to be created
- Returns:
HTTPS input
- Return type:
- delete(input_id, **kwargs)[source]
Delete HTTPS Input
- Parameters:
input_id (string_types, required) – Id of the input
- Returns:
Id of the input
- Return type:
- get(input_id, **kwargs)[source]
HTTPS Input Details
- Parameters:
input_id (string_types, required) – Id of the input
- Returns:
HTTPS input
- Return type:
- list(query_params=None, **kwargs)[source]
List HTTPS Inputs
- Parameters:
query_params (HttpsInputListQueryParams) – Query parameters
- Returns:
List of HTTPS inputs
- Return type: