Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EdgesHTTPSRoutes

Hierarchy

  • EdgesHTTPSRoutes

Index

Constructors

Methods

Constructors

constructor

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

    Parameters

    • httpClient: Wretcher

    Returns EdgesHTTPSRoutes

Methods

create

delete

get

update

  • Updates an HTTPS Edge Route 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<HTTPSEdgeRoute>

Generated using TypeDoc