Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventDestinations

Hierarchy

  • EventDestinations

Index

Constructors

Methods

Constructors

constructor

  • Do not construct this object directly, use the eventDestinations property of an Ngrok client object instead.

    Parameters

    • httpClient: Wretcher

    Returns EventDestinations

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete an Event Destination. If the Event Destination is still referenced by an Event Subscription.

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • List all Event Destinations on this account.

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<EventDestination[]>

update

Generated using TypeDoc