Java library for interacting with the HookSniff API and verifying webhook signatures.
- ✅ Full API support
- ✅ Webhook signature verification (HMAC-SHA256)
- ✅ Java 1.8+ compatible
<dependency>
<groupId>io.github.servetarslan02</groupId>
<artifactId>hooksniff-sdk</artifactId>
<version>1.1.1</version>
</dependency>implementation "io.github.servetarslan02:hooksniff-sdk:1.1.1"See API documentation for detailed usage.
- Java 1.8+
- Gradle
./gradlew build./gradlew test./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepositoryMIT
- ✅ HMAC-SHA256 webhook verification
- ✅ Typed webhook events
- ✅ Automatic retry with exponential backoff
- ✅ Pagination helpers
- ✅ Rate limit header parsing
- ✅ SSE streaming
- ✅ Idempotency keys