Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 635 Bytes

File metadata and controls

35 lines (24 loc) · 635 Bytes

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