You can find general usage documentation at https://docs.svix.com. For complete API documentation with code examples for each endpoint in all of our official client libraries head over to our API documentation site at https://api.svix.com.
| ⚡️ Features ⚡️ | |
|---|---|
| Officially Supported | ✅ |
| API Support | ✅ |
| Signature Verification | ✅ |
| Caveats | 🚀 None! |
Add this line to your application's Gemfile:
gem 'svix'If you are using svix to send outgoing webhhooks, you should also install the typhoeus gem.
If you are only using svix to consume incoming webhooks, you do not need it.
gem 'typhoeus`And then execute:
bundleOr install it yourself as:
gem install svixFirst checkout the core README for details on how to generate our API bindings, then follow the steps below.
bundle exec rake buildBefore opening a PR be sure to format your code!
bundle exec rspec specSimply run:
bundle exec rspec specgem build svix.gemspec
gem push pkg/svix-<VERSION>.gem