Module: Instapaper::API::Accounts
- Included in:
- Instapaper::API
- Defined in:
- lib/instapaper/api/accounts.rb
Overview
Defines methods related to accounts
Instance Method Summary collapse
-
#verify_credentials ⇒ Object
Returns the currently logged in user.
Instance Method Details
#verify_credentials ⇒ Object
Returns the currently logged in user.
8 9 10 |
# File 'lib/instapaper/api/accounts.rb', line 8 def verify_credentials perform_post_with_object('/api/1.1/account/verify_credentials', {}, Instapaper::User) end |