Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FinishedApi

Hierarchy

Index

Constructors

constructor

Properties

customdata

customdata: CustomdataApi

Protected restClient

restClient: RestClient

Methods

create

  • Parameters

    Returns Promise<Webhook>

createByEncodingId

  • createByEncodingId(encodingId: string, webhook: Webhook): Promise<Webhook>
  • Parameters

    • encodingId: string
    • Optional webhook: Webhook

    Returns Promise<Webhook>

createByManifestId

  • createByManifestId(manifestId: string, webhook: Webhook): Promise<Webhook>
  • Parameters

    • manifestId: string
    • Optional webhook: Webhook

    Returns Promise<Webhook>

delete

  • Parameters

    • notificationId: string

    Returns Promise<BitmovinResponse>

deleteByEncodingIdAndWebhookId

  • deleteByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<BitmovinResponse>
  • Parameters

    • encodingId: string
    • webhookId: string

    Returns Promise<BitmovinResponse>

deleteByWebhookId

  • Parameters

    • webhookId: string

    Returns Promise<BitmovinResponse>

getByEncodingIdAndWebhookId

  • getByEncodingIdAndWebhookId(encodingId: string, webhookId: string): Promise<Webhook>
  • Parameters

    • encodingId: string
    • webhookId: string

    Returns Promise<Webhook>

getByWebhookId

  • getByWebhookId(webhookId: string): Promise<Webhook>
  • Parameters

    • webhookId: string

    Returns Promise<Webhook>

list

listByEncodingId

update

  • Parameters

    • notificationId: string
    • Optional webhook: Webhook

    Returns Promise<Webhook>

Generated using TypeDoc