Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AgentIngresses

Index

Constructors

Methods

Constructors

constructor

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

    Parameters

    • httpClient: Wretcher

    Returns AgentIngresses

Methods

create

  • Create a new Agent Ingress. The ngrok agent can be configured to connect to ngrok via the new set of addresses on the returned Agent Ingress.

    Parameters

    Returns Promise<AgentIngress>

delete

  • delete(id: any): Promise<void>
  • Delete an Agent Ingress by ID

    Parameters

    • id: any

    Returns Promise<void>

get

list

  • list(beforeId?: string, limit?: string): Promise<AgentIngress[]>
  • List all Agent Ingresses owned by this account

    Parameters

    • Optional beforeId: string
    • Optional limit: string

    Returns Promise<AgentIngress[]>

update

Generated using TypeDoc