Method: NgrokAPI::Client#endpoints

Defined in:
lib/ngrokapi/client.rb

#endpointsNgrokAPI::Services::EndpointsClient

Endpoints provides an API for querying the endpoint objects which define what tunnel or edge is used to serve a hostport. Only active endpoints associated with a tunnel or backend are returned.



92
93
94
# File 'lib/ngrokapi/client.rb', line 92

def endpoints
  @_endpoints ||= NgrokAPI::Services::EndpointsClient.new(client: @client)
end