Module: Drip::Client::Accounts

Included in:
Drip::Client
Defined in:
lib/drip/client/accounts.rb

Instance Method Summary collapse

Instance Method Details

#accountsObject

Public: Fetch all accounts to which the authenticated user has access.

Returns a Drip::Response. See www.getdrip.com/docs/rest-api#accounts



8
9
10
# File 'lib/drip/client/accounts.rb', line 8

def accounts
  get "accounts"
end