Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EventSubscriptions

Hierarchy

  • EventSubscriptions

Index

Constructors

Methods

Constructors

constructor

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

    Parameters

    • httpClient: Wretcher

    Returns EventSubscriptions

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete an Event Subscription.

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • List this Account's Event Subscriptions.

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<EventSubscription[]>

update

Generated using TypeDoc