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](https://hackage.haskell.org/package/servant-github-webhook-0.1.0.0/docs/Servant/GitHub/Webhook.html) for more details about how the library works, and how to use it. TODO ----- * Per-route `GitHubKey`, so that a single server can handle webhooks with different keys. * `servant-client` and `servant-docs` instances. * Tests.