Sha256: d2e7ad2153a505f8c567ba88a7d94a4f2a7193622fadd66314d6a579ef58e084
Contents?: true
Size: 806 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fidor_schema-0.5.1 | schema/v1.0/rate_limit.json |