File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ if errors.As(err, &rateError) {
219
219
}
220
220
```
221
221
222
- To detect an API secondary rate limit error, you can check if the error is a
222
+ To detect an API secondary rate limit error, you can check if the error is an
223
223
` AbuseRateLimitError ` .
224
224
225
225
``` go
Original file line number Diff line number Diff line change @@ -1597,7 +1597,7 @@ that need to use a higher rate limit associated with your OAuth application.
1597
1597
This will add the client id and secret as a base64-encoded string in the format
1598
1598
ClientID:ClientSecret and apply it as an "Authorization": "Basic" header.
1599
1599
1600
- See http ://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api#primary-rate-limit-for-oauth-apps
1600
+ See https ://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api#primary-rate-limit-for-oauth-apps
1601
1601
for more information.
1602
1602
*/
1603
1603
type UnauthenticatedRateLimitedTransport struct {
You can’t perform that action at this time.
0 commit comments