README.md
# CaptainHookClient
[](https://github.com/annatel/captain_hook_client/actions) [](https://github.com/annatel/captain_hook_client/issues) [](http://opensource.org/licenses/MIT) [](https://hex.pm/packages/captain_hook_client) [](https://hex.pm/packages/captain_hook_client)
[`CaptainHook`](https://github.com/annatel/captain_hook) client verifies the request body in order to ensure that its signature is valid.
The code is based on [bytepack](https://github.com/dashbitco/bytepack_archive) from dashbitco since [`CaptainHook`](https://github.com/annatel/captain_hook) use the same mechanism to sign its requests.
## Installation
The package can be installed by adding `captain_hook_client` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:captain_hook_client, "~> 0.1.0"}
]
end
```
The docs can be found at [https://hexdocs.pm/captain_hook_client](https://hexdocs.pm/captain_hook_client).