Module: Checkdin::Clients
- Included in:
- Client
- Defined in:
- lib/checkdin/clients.rb
Instance Method Summary collapse
-
#client_details ⇒ Object
Retrieve information about the authenticated client.
Instance Method Details
#client_details ⇒ Object
Retrieve information about the authenticated client
6 7 8 9 |
# File 'lib/checkdin/clients.rb', line 6 def client_details response = connection.get("clients/me") return_error_or_body(response) end |