Sha256: e7c561ffe03cf2022457cec510e828b8c095f4534e37296da35ea4eaa3ba8e80
Contents?: true
Size: 927 Bytes
Versions: 14
Compression:
Stored size: 927 Bytes
Contents
{ "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "title" : "rate_limit", "description" : "Overall, remaining rate limits and the time frame until the reset. Atm. there is only one rate limit returned in the response array of the index request", "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" : "instances", "href" : "rate_limits" } ] }
Version data entries
14 entries across 14 versions & 1 rubygems