Module: Drip::Client::Users
- Included in:
- Drip::Client
- Defined in:
- lib/drip/client/users.rb
Instance Method Summary collapse
-
#user ⇒ Object
Public: Fetch the authenticated user.
Instance Method Details
#user ⇒ Object
Public: Fetch the authenticated user
Returns a Drip::Response. See developer.drip.com/#users
12 13 14 |
# File 'lib/drip/client/users.rb', line 12 def user make_json_api_request :get, "v2/user" end |