Class: AlPapi::Account

Inherits:
Object
  • Object
show all
Defined in:
lib/al_papi/account.rb

Class Method Summary collapse

Class Method Details

.info(account_id) ⇒ Object

Details for your account including hourly POST/GET limits, current queue times and current balance. Also includes any system messages posted about the API.

Parameters:

  • account_id (String)

    Required - Your account ID in the Partner API



9
10
11
# File 'lib/al_papi/account.rb', line 9

def self.info()
  AlPapi.http.get "/account/#{}"
end