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 | Async support planned. (If you use kotlin, checkout our kotlin library for coroutine support.) |
Add this dependency to your project's POM:
<dependency>
<groupId>com.svix</groupId>
<artifactId>svix</artifactId>
<version>1.64.1</version>
<scope>compile</scope>
</dependency>
Add this dependency to your project's build file:
implementation "com.svix:svix:1.64.1"
First checkout the core README for details on how to generate our API bindings, then follow the steps below.
- Java 1.8+
- Gradle
./gradlew build
Simply run:
./gradlew test
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository