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 dependency to your project's POM:
<dependency>
<groupId>com.svix.kotlin</groupId>
<artifactId>svix-kotlin</artifactId>
<version>1.26.0</version>
<scope>compile</scope>
</dependency>
Add this dependency to your project's build file:
implementation "com.svix.kotlin:svix-kotlin:1.26.0"
First checkout the core README for details on how to generate our API bindings, then follow the steps below.
- Kotlin 1.9.00+
- Gradle
./gradlew build
Simply run:
./gradlew test
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository