Method: NgrokAPI::Client#api_keys
- Defined in:
- lib/ngrokapi/client.rb
#api_keys ⇒ NgrokAPI::Services::APIKeysClient
API Keys are used to authenticate to the ngrok API. You may use the API itself to provision and manage API Keys but you'll need to provision your first API key from the API Keys page on your ngrok.com dashboard.
37 38 39 |
# File 'lib/ngrokapi/client.rb', line 37 def api_keys @_api_keys ||= NgrokAPI::Services::APIKeysClient.new(client: @client) end |