Skip to content

.NET 8 async library for the Jotform API, using best practices and complete unit + integration test coverage

License

Notifications You must be signed in to change notification settings

Hona/Jotform.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jotform.NET

.NET 8/.NET Standard async library for the Jotform API, using best practices and great test coverage

Installation

Install the package from NuGet

Install-Package Jotform.NET

Usage

Create a new JotformClient

var jotform = new JotformClient(new HttpClient(), "myapikey");

// For enterprise users
var jotform = new JotformClient(new HttpClient(), "myapikey", "mysubdomain");

Basic usage

var forms = await jotform.GetUserFormsAsync();

Documentation

The documentation is available at https://api.jotform.com/docs/

Minor API changes have been made to use stronger typing, follow the method parameters for self explanatory usage.

TODO

About

.NET 8 async library for the Jotform API, using best practices and complete unit + integration test coverage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages