Skip to content
pierrejoye edited this page Apr 23, 2015 · 11 revisions

Testing

github Hook:

  • fork pierre/igbinary
  • import the extension using git@github.com:/igbinary.git
  • Follow this instruction to setup a external URL to access localhost https://developer.github.com/webhooks/configuring/
  • use /github/hook//igbinary replace the last two parts with any other matching a given extension
  • To get the API Key for pickleweb, open the redis console and run: hgetall extension_apikey

You can create a first tag using: git tag 1.2.3 git push origin tag 1.2.3

That will run the hooks.

After this, you can go back to the hook settings page and use the redeliver button to test, it shows both the payload and the pickleweb answer.

Clone this wiki locally