You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method makes a POST request to f"{api_url}/graphql". Unless a different value (possibly None) is set in headers, the request's headers will include "X-Github-Next-Global-ID: 1".
Don't set the X-GitHub-Api-Version header?
Don't set the Accept header?
graphql() should use (almost?) the same retrying logic as the main API code.
graphql() should not insert a mutation delay between POST requests.
Use this method in reponews.
The text was updated successfully, but these errors were encountered:
Give
Client
(but notEndpoint
) the following method:This method makes a
POST
request tof"{api_url}/graphql"
. Unless a different value (possiblyNone
) is set inheaders
, the request's headers will include "X-Github-Next-Global-ID: 1".graphql()
should use (almost?) the same retrying logic as the main API code.graphql()
should not insert a mutation delay betweenPOST
requests.Use this method in
reponews
.The text was updated successfully, but these errors were encountered: