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! 🚀 |
First checkout the core README for details on how to generate our API bindings, then follow the steps below.
- Dotnet >=5.0
dotnet buildBefore opening a PR be sure to format your code!
We use dotnet-format for this project.
First install it then run:
dotnet-formatSimply run:
dotnet test Svix.Testsdotnet nuget push path/to/Svix.X.X.X.nupkg --api-key XXXXX --source https://api.nuget.org/v3/index.json