module BlippexAPI::Client::RateLimitStatus
Public Instance Methods
rate_limit_status(opts={})
click to toggle source
Get request limit status
@option opts [String] callback the response will use the JSONP format with a callback of the given name @return [Hashie::Mash] Hash containing the response
# File lib/blippex_api/client/rate_limit_status.rb, line 9 def rate_limit_status opts={} get 'ratelimitstatus', opts end