README.md
May 18, 2026 ยท View on GitHub
๐ช HookSniff - Reliable Webhook Delivery
Website | Documentation | Community
Java library for interacting with the HookSniff API and verifying webhook signatures.
Features
- โ Full API support
- โ Webhook signature verification (HMAC-SHA256)
- โ Java 1.8+ compatible
Installation
Maven
<dependency>
<groupId>io.github.servetarslan02</groupId>
<artifactId>hooksniff-sdk</artifactId>
<version>1.1.1</version>
</dependency>
Gradle
implementation "io.github.servetarslan02:hooksniff-sdk:1.1.1"
Usage
See API documentation for detailed usage.
Development
Requirements
- Java 1.8+
- Gradle
Build
./gradlew build
Test
./gradlew test
Publish to Maven Central
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository
License
MIT
Features
- โ HMAC-SHA256 webhook verification
- โ Typed webhook events
- โ Automatic retry with exponential backoff
- โ Pagination helpers
- โ Rate limit header parsing
- โ SSE streaming
- โ Idempotency keys