@hackage servant-github-webhook0.2.0.0

Servant combinators to facilitate writing GitHub webhooks.

servant-github-webhook

This library facilitates writing Servant routes that can safely act as GitHub webhooks.

Features:

  • Dispatching to routes based on the type of repository event.
  • Automatic verification of request signatures.

See the documentation for more details about how the library works, and how to use it.

TODO

  • servant-client and servant-docs instances.
  • Tests.