developmentseed / jekyll-hook

No Longer Maintained | A server that listens for GitHub webhook posts and renders a Jekyll site
BSD 3-Clause "New" or "Revised" License
508 stars 83 forks source link

More REST API info #9

Closed joallard closed 10 years ago

joallard commented 10 years ago

Here are the changes I made in my work while developing something else, that helps a little in debugging. I might make some other changes to the branch, as needed.

Let me know if that's useful!

scisco commented 10 years ago

@joallard I tested your scripts and encountered a number of errors.

Overall It think it is a very good idea to return header errors. It makes debugging of the hook setup much easier. I will try to incorporate your suggestion/code into next iterations of this repo. In the meantime, if you decide to implement your suggestion on our latest commit (086585c95574596765f9ce15bef0ff539b2cd6e5), that'd be appreciated too.