Class: EasyPost::Services::ApiKey

Inherits:
Service
  • Object
show all
Defined in:
lib/easypost/services/api_key.rb

Instance Method Summary collapse

Methods inherited from Service

#initialize

Constructor Details

This class inherits a constructor from EasyPost::Services::Service

Instance Method Details

#allObject

Retrieve all api keys.



5
6
7
# File 'lib/easypost/services/api_key.rb', line 5

def all
  @client.make_request(:get, 'api_keys', EasyPost::Models::ApiKey)
end