ex_ngrok v0.3.4 Ngrok.Api

Provides the ability to fetch the Ngrok settings from the Ngrok API

  • See: https://ngrok.com/docs#client-api-base

Link to this section Summary

Link to this section Types

Link to this type error()
error() :: {:error, String.t()}
Link to this type successful_get()
successful_get() :: {:ok, String.t()}
Link to this type successful_parse()
successful_parse() :: {:ok, map()}

Link to this section Functions

Link to this function tunnel_settings()
tunnel_settings() :: error() | successful_parse()