Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.13 KB

Svix - Webhooks as a service

Libraries for interacting with the Svix API and verifying webhook signatures

GitHub tag PyPI NPM version PkgGoDev Join our slack

Documentation

The docs are available at https://docs.svix.com

Structure

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.

Building

# 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).