ex_ngrok v0.3.4 Ngrok.Settings

Exposes Ngrok’s tunnel settings

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

Link to this section Summary

Functions

Retrieves a setting by name from the Ngrok tunnel

Link to this section Functions

Link to this function 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")