Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EdgesTLS

Index

Constructors

Methods

Constructors

constructor

  • new EdgesTLS(httpClient: Wretcher): EdgesTLS
  • Do not construct this object directly, use the edgesTls property of an Ngrok client object instead.

    Parameters

    • httpClient: Wretcher

    Returns EdgesTLS

Methods

create

delete

  • delete(id: any): Promise<void>
  • Delete a TLS Edge by ID

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • list(beforeId?: string, limit?: string): Promise<TLSEdge[]>
  • Returns a list of all TLS Edges on this account

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<TLSEdge[]>

update

  • Updates a TLS Edge by ID. If a module is not specified in the update, it will not be modified. However, each module configuration that is specified will completely replace the existing value. There is no way to delete an existing module via this API, instead use the delete module API.

    Parameters

    Returns Promise<TLSEdge>

Generated using TypeDoc