Skip to content

dependabit / github-client/src / RateLimitInfo

Interface: RateLimitInfo

Defined in: packages/github-client/src/rate-limit.ts:37

Rate limit snapshot for a single GitHub API category.

Remarks

warning is set automatically when remaining < limit * 0.1.

Properties

PropertyTypeDescriptionDefined in
limitnumber-packages/github-client/src/rate-limit.ts:38
remainingnumber-packages/github-client/src/rate-limit.ts:39
resetDate-packages/github-client/src/rate-limit.ts:40
usednumber-packages/github-client/src/rate-limit.ts:41
warning?stringPresent when remaining calls fall below 10 % of the total limit.packages/github-client/src/rate-limit.ts:43

Released under the MIT License.