Skip to content

HookFreight/hookfreight-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hookfreight-java

Official Java SDK for Hookfreight.

Installation

Maven:

<dependency>
  <groupId>com.hookfreight</groupId>
  <artifactId>hookfreight</artifactId>
  <version>0.1.0</version>
</dependency>

Quick Start

import com.hookfreight.Hookfreight;
import com.hookfreight.HookfreightConfig;
import java.util.Map;

Hookfreight hf = new Hookfreight(new HookfreightConfig().setApiKey("hf_sk_..."));

var deliveries = hf.deliveries.list(Map.of("limit", 10));
System.out.println(deliveries);

Features

  • Apps: list/create/get/update/delete
  • Endpoints: list/create/get/update/delete
  • Events: list/get/listByEndpoint/replay
  • Deliveries: list/listByEvent/retry/queueStats
  • API key auth and self-hosted base URL override
  • Typed exception hierarchy for API and connection errors

License

Apache-2.0

About

Official Java SDK for Hookfreight

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages