Created
October 11, 2015 21:30
-
-
Save Marak/c063721735b39bd3de49 to your computer and use it in GitHub Desktop.
My first hook.io microservice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("Hello, this is a Python script.") | |
print("Hook['params'] is populated with request parameters") | |
print(Hook['params']['hook']) | |
print("Hook['req'] is the http request") | |
print(Hook['req']['url']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment