Module: BlippexAPI::Client::RateLimitStatus

Included in:
BlippexAPI::Client
Defined in:
lib/blippex_api/client/rate_limit_status.rb

Instance Method Summary collapse

Instance Method Details

#rate_limit_status(opts = {}) ⇒ Hashie::Mash

Get request limit status

Parameters:

  • opts (Hash) (defaults to: {})

    a customizable set of options

Options Hash (opts):

  • callback (String)

    the response will use the JSONP format with a callback of the given name

Returns:

  • (Hashie::Mash)

    Hash containing the response



9
10
11
# File 'lib/blippex_api/client/rate_limit_status.rb', line 9

def rate_limit_status opts={}
  get 'ratelimitstatus', opts
end