Skip to content

HookFreight/hookfreight-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hookfreight-ruby

Official Ruby SDK for Hookfreight.

Installation

gem install hookfreight

Quick Start

require "hookfreight"

client = Hookfreight::Client.new(
  config: Hookfreight::Config.new(api_key: "hf_sk_...")
)

deliveries = client.deliveries.list("limit" => 10)
puts deliveries

Features

  • Apps: list/create/get/update/delete
  • Endpoints: list/create/get/update/delete
  • Events: list/get/list_by_endpoint/replay
  • Deliveries: list/list_by_event/retry/queue_stats
  • Hookfreight Cloud and self-hosted usage
  • API and network error classes

License

Apache-2.0

About

Official Ruby SDK for Hookfreight

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages