Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomXmlElementsApi

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected restClient

restClient: RestClient

Methods

create

  • Parameters

    • manifestId: string
    • periodId: string
    • Optional customXmlElement: CustomXmlElement

    Returns Promise<CustomXmlElement>

delete

  • delete(manifestId: string, periodId: string, customXmlElementId: string): Promise<BitmovinResponse>
  • Parameters

    • manifestId: string
    • periodId: string
    • customXmlElementId: string

    Returns Promise<BitmovinResponse>

get

  • get(manifestId: string, periodId: string, customXmlElementId: string): Promise<CustomXmlElement>
  • Parameters

    • manifestId: string
    • periodId: string
    • customXmlElementId: string

    Returns Promise<CustomXmlElement>

list

Generated using TypeDoc