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

create(http_input: HttpInput, **kwargs: dict) HttpInput[source]

Create HTTP Input

Parameters

http_input (HttpInput, required) – The HTTP input to be created

Returns

HTTP input

Return type

HttpInput

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

HttpInput

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

HttpInput

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

HttpInput

bitmovin_api_sdk.encoding.inputs.http.http_input_list_query_params module

class bitmovin_api_sdk.encoding.inputs.http.http_input_list_query_params.HttpInputListQueryParams(offset: int = None, limit: int = None, name: string_types = None)[source]

Bases: object

property attribute_map
property openapi_types

Module contents