Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 665 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 665 Bytes

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