module Instapaper::API::Accounts

Defines methods related to accounts

Public Instance Methods

verify_credentials() click to toggle source

Returns the currently logged in user.

# File lib/instapaper/api/accounts.rb, line 8
def verify_credentials
  perform_post_with_object('/api/1.1/account/verify_credentials', {}, Instapaper::User)
end