We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 744d644 + 010dfa0 commit 79690e4Copy full SHA for 79690e4
src/github.rs
@@ -124,6 +124,7 @@ impl GithubClient {
124
.unwrap(),
125
)
126
.await?;
127
+ rate_resp.error_for_status_ref()?;
128
let rate_limit_response = rate_resp.json::<RateLimitResponse>().await?;
129
130
// Check url for search path because github has different rate limits for the search api
0 commit comments