Sha256: 88be69781f7689230d4b426804f2fae5a84e3db4befbe12171ccb8b7f823a59b

Contents?: true

Size: 210 Bytes

Versions: 5

Compression:

Stored size: 210 Bytes

Contents

# frozen_string_literal: true

class EasyPost::Services::ApiKey < EasyPost::Services::Service
  # Retrieve all api keys.
  def all
    @client.make_request(:get, 'api_keys', EasyPost::Models::ApiKey)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
easypost-5.2.0 lib/easypost/services/api_key.rb
easypost-5.1.1 lib/easypost/services/api_key.rb
easypost-5.1.0 lib/easypost/services/api_key.rb
easypost-5.0.1 lib/easypost/services/api_key.rb
easypost-5.0.0 lib/easypost/services/api_key.rb