Sha256: 7b41445f137915da346a5a1d0cb89a1c15edfca78ed7359d3cab3bbd37e556b6
Contents?: true
Size: 806 Bytes
Versions: 7
Compression:
Stored size: 806 Bytes
Contents
{ "type" : "object", "title" : "Rate limit", "name" : "rate_limit", "description" : "Overall, remaining rate limits and the time frame until the reset.", "properties" : { "limit" : { "description" : "The rate limit ceiling for the given request in a [time window]", "type" : "integer", "readonly" : true }, "remaining" : { "description" : "The number of requests left for the [time window]", "type" : "integer", "readonly" : true }, "reset" : { "description" : "The remaining window before the rate limit resets in e.g. UTC epoch seconds", "type" : "integer", "readonly" : true } }, "links" : [ { "rel" : "self", "href" : "rate_limit" } ] }
Version data entries
7 entries across 7 versions & 1 rubygems