ex_ngrok v0.3.2 Ngrok.Api

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

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

Summary

Types

error()
error() :: {:error, String.t}
successful_get()
successful_get() :: {:ok, String.t}
successful_parse()
successful_parse() :: {:ok, map}

Functions

tunnel_settings()
tunnel_settings() :: error | successful_parse