CaptainHookClient

GitHub Workflow Status GitHub issues License Hex.pm Hex.pm

CaptainHook client verifies the request body in order to ensure that its signature is valid.

The code is based on bytepack from dashbitco since CaptainHook 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:

def deps do
  [
    {:captain_hook_client, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/captain_hook_client.