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

HttpsInput

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

HttpsInput

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

HttpsInput

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

HttpsInput

bitmovin_api_sdk.encoding.inputs.https.https_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.https.https_input_list_query_params.HttpsInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents