GitHub · Example Payload

Github Rate Limit Rate Limit Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Rate Limit Rate Limit Example is an example object payload from GitHub, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

limitremainingresetused

Example Payload

Raw ↑
{
  "limit": 42,
  "remaining": 42,
  "reset": 42,
  "used": 42
}