module Shiphawk::Api::ApiKeys
ApiKeys
API
The following API actions provide the CRUD interface to managing api keys.
Public Instance Methods
api_keys_index()
click to toggle source
Get all API keys for an account using an API key
# File lib/shiphawk/api/api_keys.rb, line 13 def api_keys_index get_request api_keys_path, {} end