Skip to content

Instantly share code, notes, and snippets.

@andrewsomething
Created September 28, 2015 20:40
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 andrewsomething/a88cd74393bb649c1444 to your computer and use it in GitHub Desktop.
Save andrewsomething/a88cd74393bb649c1444 to your computer and use it in GitHub Desktop.
My first hook.io microservice
import pprint
print("Hello, this is a Python script.")
print("Hook['params'] is populated with request parameters")
pprint.pprint(Hook['params'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment