@hackage servant-github-webhook0.3.0.1
Servant combinators to facilitate writing GitHub webhooks.
Categories
License
MIT
Maintainer
servant-github-webhook@mail.jerrington.me
Links
Versions
Installation
Dependencies (12)
- Crypto >=4.2 && <4.3
- aeson >=0.11 && <1.1
- base >=4.8 && <4.10
- base16-bytestring >=0.1 && <0.2
- bytestring >=0.10 && <0.11
- github >=0.15 && <0.16 Show all…
Dependents (1)
@hackage/acme-everything
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-clientandservant-docsinstances.- Tests.