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.
1 parent 0184c17 commit 010dfa0Copy full SHA for 010dfa0
src/github.rs
@@ -116,6 +116,7 @@ impl GithubClient {
116
.unwrap(),
117
)
118
.await?;
119
+ rate_resp.error_for_status_ref()?;
120
let rate_limit_response = rate_resp.json::<RateLimitResponse>().await?;
121
122
// Check url for search path because github has different rate limits for the search api
0 commit comments