Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

smithxxl/UnleashedApi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unleashed Api Bindings

My time is limited to focus on this project, I'd be more than happy to hand it over to a dedicated contributor.

API bindings for creating and reading resources in Unleashed Inventory

Authentication is made by signing requests with HMACSHA256 API key/secret available once signed in.

var client = new UnleashedClient("[ApiId]", "[ApiKey]");
foreach (var product in await client.Products.List())
{
    Console.WriteLine(product.ProductDescription);
}

[Build status] (https://ci.appveyor.com/project/ElijahGlover/unleashedapi)

Add-Package UnleashedApi

https://www.nuget.org/packages/UnleashedApi/

About

Unleashed API Bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%