An open API service indexing awesome lists of open source software.

https://github.com/progrium/postbin

Webhook data inspector
https://github.com/progrium/postbin

Last synced: about 1 year ago
JSON representation

Webhook data inspector

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