bitmovin_api_sdk.player.custom_builds.web.domains package

Submodules

bitmovin_api_sdk.player.custom_builds.web.domains.domains_api module

class bitmovin_api_sdk.player.custom_builds.web.domains.domains_api.DomainsApi(**kwargs)[source]

Bases: BaseApi

create(custom_web_player_build_domain, **kwargs)[source]

Add Domain

Parameters:

custom_web_player_build_domain (CustomWebPlayerBuildDomain, required) – The Domain to be added

Returns:

Domain details

Return type:

CustomWebPlayerBuildDomain

delete(domain_id, **kwargs)[source]

Delete Domain

Parameters:

domain_id (string_types, required) – Id of the domain

Returns:

Id of the domain

Return type:

BitmovinResponse

get(domain_id, **kwargs)[source]

Get Domain Details

Parameters:

domain_id (string_types, required) – Id of the domain

Returns:

Id of the domain

Return type:

CustomWebPlayerBuildDomain

list(**kwargs)[source]

List Domain Details

Returns:

List of domain details

Return type:

CustomWebPlayerBuildDomain

Module contents