module DaashubAPI::REST::Account

Public Instance Methods

account_info() click to toggle source
# File lib/daashub_api/rest/account.rb, line 7
def account_info
  response = DaashubAPI::Request.perform_get('/v1/account/info', access_token)
  DaashubAPI::Account.new(response)
end