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: CustomWebPlayerBuildDomain, **kwargs: dict) CustomWebPlayerBuildDomain [source]
Add Domain
- Parameters:
custom_web_player_build_domain (CustomWebPlayerBuildDomain, required) – The Domain to be added
- Returns:
Domain details
- Return type:
- delete(domain_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Domain
- Parameters:
domain_id (string_types, required) – Id of the domain
- Returns:
Id of the domain
- Return type:
- get(domain_id: string_types, **kwargs: dict) CustomWebPlayerBuildDomain [source]
Get Domain Details
- Parameters:
domain_id (string_types, required) – Id of the domain
- Returns:
Id of the domain
- Return type:
- list(**kwargs: dict) CustomWebPlayerBuildDomain [source]
List Domain Details
- Returns:
List of domain details
- Return type: