Skip to content

servetarslan02/hooksniff-java

Repository files navigation

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

About

Official Java SDK for HookSniff

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
preserved_LICENSE

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages