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
No description provided.
The text was updated successfully, but these errors were encountered:
@pahaz Please be more specific. Is this a feature request? A bug report? What happened / what did you expect to happen? What do you want to do?
Sorry, something went wrong.
@MartinThoma sorry, I try to explain you.
As you can see here https://github.com/schickling/docker-hook#features one of the feature of this project is "No dependencies". But now, this project have "requests" dependence.
@pahaz Thank you for explaining it. urllib and urllib2 are in the standard library.
urllib
urllib2
u = urllib2.urlopen(json_params['callback_url'], json.dumps(data)) h.request('POST', '/whatever/index.php', data, headers)
could be what we need.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: