Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am benbeadle on github.
  • I am benbeadle (https://keybase.io/benbeadle) on keybase.
  • I have a public key whose fingerprint is 0F9F E672 B9A6 50E1 B834 2F40 7628 6FA1 E142 DE97

To claim this, I am signing this object:

@benbeadle
benbeadle / app.yaml
Last active December 15, 2015 02:09
Google App Engine + Pusher Webhooks. Check out my blog post (http://benbeadle.com/2013/03/18/google-app-engine-pusher-webhooks) for a more information. I had a hard time figuring out what Google App Engine wanted exactly to be able to receive webhooks from Pusher using their Endpoints API. Here is a working implementation of an Endpoints API for…
# Endpoints handler
- url: /_ah/spi/.*
script: my_api.my_api_service