We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AuthenticationError
After #149 is merged, do the following:
set_up_webhooks
args: dict
repository: str
complete_auth
args=request.args
"code" in args
args["error_description"]
The text was updated successfully, but these errors were encountered:
Can do it by tomorrow EOD, may have to extend deadline
Sorry, something went wrong.
Ayush0Chaudhary
No branches or pull requests
After #149 is merged, do the following:
set_up_webhooks
should have parametersargs: dict
andrepository: str
complete_auth
,args=request.args
should be passed toset_up_webhooks
set_up_webhooks
, check if"code" in args
is present. If yes, then do normal stuff. If no, return whatever the value ofargs["error_description"]
isThe text was updated successfully, but these errors were encountered: