Limit
RateLimitInfo
RateLimitResources
Bases: BaseModel
RateLimit
Bases: BaseModel
Methods:
| Name | Description |
|---|---|
is_rate_limited |
Check if the current rate limit has been exceeded. |
is_rate_limited
Check if the current rate limit has been exceeded.
Determines whether the GitHub API rate limit has been reached by checking if there are any remaining API calls available.
Returns:
| Name | Type | Description |
|---|---|---|
bool |
bool
|
True if rate limit is exceeded (no remaining calls), False otherwise. |