dependabit / github-client/src / RateLimitStatus
Interface: RateLimitStatus
Defined in: packages/github-client/src/rate-limit.ts:52
Aggregated rate limit status across GitHub's REST, search, and GraphQL API categories.
Properties
| Property | Type | Defined in |
|---|---|---|
core | RateLimitInfo & { percentageRemaining: number; } | packages/github-client/src/rate-limit.ts:53 |
graphql | RateLimitInfo & { percentageRemaining: number; } | packages/github-client/src/rate-limit.ts:55 |
search | RateLimitInfo & { percentageRemaining: number; } | packages/github-client/src/rate-limit.ts:54 |