Github Post Shim

Tags

Using this post as a reference it should be easy to create a simple API to post files to Github


The api I'm considering would look something like this


curl -u username:token -X POST bridge.example.com/<user>/<repo>/path/to/file < file

The Authorization token will be passed along with each request