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.

Maven Central

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