Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.04 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.04 KB

HuduAPI Client

This is a C# library providing an easy to use framework to work with the HuduDocs API. For more information on Hudu Docs, please visit https://www.hudu.com/

Overview:

The library provides an EndPoint for each of the possible Hudu Restful API endpoints, along with well defined paramater objects and associated builders. You can use the paramater builders to build a set of parameters when calling each endpoint.

Documenation and Tutorials

A DocFX website for the Library along with tutorials can be found on the libraries Github Pages site.

Installation

The library has been made available as a nuget package. Use what ever method you prefer when installing a nuget package into your project, or use one of the examples shown on the nuget page.