Skip to content

Instantly share code, notes, and snippets.

@Marak
Created October 11, 2015 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marak/c063721735b39bd3de49 to your computer and use it in GitHub Desktop.
Save Marak/c063721735b39bd3de49 to your computer and use it in GitHub Desktop.
My first hook.io microservice
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