https://github.com/progrium/postbin
Webhook data inspector
https://github.com/progrium/postbin
Last synced: about 1 year ago
JSON representation
Webhook data inspector
- Host: GitHub
- URL: https://github.com/progrium/postbin
- Owner: progrium
- Created: 2009-03-08T01:56:09.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2012-04-02T22:41:05.000Z (over 14 years ago)
- Last Synced: 2024-05-08T22:02:31.422Z (about 2 years ago)
- Language: Python
- Homepage: http://postbin.org
- Size: 164 KB
- Stars: 106
- Watchers: 5
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PostBin
=======
About
-----
PostBin was made to make debugging web hooks easier. It gives you a unique URL to register as a callback and then at that same URL, view all POST requests made to that URL in a nicely formatted way. Previously you might write a debug script that would email you data for a web hook event. PostBin lets you create disposable "bins" that you can use to view this data.
PostBin was made for Google App Engine. If you'd like to make changes to the instance running at postbin.org, just fork this project, make your changes, push them back, and they will likely be deployed.
Contributors
------------
* Jeff Lindsay