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: HttpsInput, **kwargs: dict) HttpsInput [source]
Create HTTPS Input
- Parameters
https_input (HttpsInput, required) – The Https input to be created
- Returns
HTTPS input
- Return type
- delete(input_id: string_types, **kwargs: dict) HttpsInput [source]
Delete HTTPS 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) HttpsInput [source]
HTTPS Input Details
- Parameters
input_id (string_types, required) – Id of the input
- Returns
HTTPS input
- Return type
- list(query_params: Optional[HttpsInputListQueryParams] = None, **kwargs: dict) HttpsInput [source]
List HTTPS Inputs
- Parameters
query_params (HttpsInputListQueryParams) – Query parameters
- Returns
List of HTTPS inputs
- Return type