Module: DaashubAPI::REST::Account

Included in:
Client
Defined in:
lib/daashub_api/rest/account.rb

Instance Method Summary collapse

Instance Method Details

#account_infoObject



7
8
9
10
# File 'lib/daashub_api/rest/account.rb', line 7

def 
  response = DaashubAPI::Request.perform_get('/v1/account/info', access_token)
  DaashubAPI::Account.new(response)
end