Libraries for interacting with the Svix API and verifying webhook signatures
The docs are available at https://docs.svix.com
Each subdirectory has a library for a different language. The code is a combination of code auto-generated from the OpenAPI spec, and manually written wrappers.
# Install deps
yarn
./regen_openapi.sh https://api.svix.com/api/v1/openapi.json
Followed by running the build for each of the libraries (subdirectories).