ex_ngrok v0.3.2 Ngrok.Settings

Exposes Ngrok’s tunnel settings

  • See: https://ngrok.com/docs#list-tunnels

Summary

Functions

Retrieves a setting by name from the Ngrok tunnel

Functions

get(field_name)
get(String.t) :: String.t | map | nil

Retrieves a setting by name from the Ngrok tunnel

Example

Get the public URL of the Ngrok tunnel

Ngrok.Settings.get("public_url")
start_link()