Skip to content

HookFreight/hookfreight-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hookfreight-dotnet

Official .NET SDK for Hookfreight.

Installation

dotnet add package Hookfreight

Quick Start

using Hookfreight;

var client = new HookfreightClient(new HookfreightConfig
{
    ApiKey = "hf_sk_..."
});

var deliveries = await client.Deliveries.ListAsync(new Dictionary<string, object?>
{
    ["limit"] = 10
});

Console.WriteLine(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 and connection exception hierarchy

License

Apache-2.0

About

Official .NET/C# SDK for Hookfreight

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages