Method: EasyPost::Services::ApiKey#all
- Defined in:
- lib/easypost/services/api_key.rb
#all ⇒ Object
Retrieve a list of all ApiKey objects.
5 6 7 8 9 |
# File 'lib/easypost/services/api_key.rb', line 5 def all response = @client.make_request(:get, 'api_keys') EasyPost::InternalUtilities::Json.convert_json_to_object(response, EasyPost::Models::ApiKey) end |