Class: RBGlitch::AuthAPI
Instance Method Summary collapse
Methods inherited from BaseAPI
Constructor Details
This class inherits a constructor from RBGlitch::BaseAPI
Instance Method Details
#check(page = 1, per_page = 10) ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/rbglitch/auth_api.rb', line 9 def check(page=1, per_page=10) params = { 'oauth_token' => @player_token } send('check', params) end |