Skip to content

Instantly share code, notes, and snippets.

@andrewsomething
Created September 28, 2015 20:40
Show Gist options
  • Select an option

  • Save andrewsomething/a88cd74393bb649c1444 to your computer and use it in GitHub Desktop.

Select an option

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