Skip to content

Examples and SDKWrapper for 20.96

Notifications You must be signed in to change notification settings

timniklas/20.96

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDK for the Ungerboeck API

You found the code tools for the Ungerboeck API! This is a C# solution designed to introduce you and get you going quickly.

Examples

This class library shows how to use every endpoint programmatically, including specific scenarios and comments giving tips. After downloading the project, you can surf the code to find the method you need. Also, please ensure your Visual Studio is set up to download Nuget Packages (Visual Studio->Options->Nuget Package Manager-> General -> Ensure these are checked: "Allow NuGet to download missing packages" and "Automatically check for missing packages during build in Visual Studio"). You can make a simple app to call the examples to see how they work.

SDKWrapper

Contains pre-made wrapper calls to quickly get your client connected to the Ungerboeck API. This lives as a package on Nuget, but it coexists here to allow you to see the code.
https://www.nuget.org/packages/Ungerboeck2096SDKWrapper/

UngerboeckSDKPackage

This contains pre-made models and constants to help your client code. It only lives on Nuget.
https://www.nuget.org/packages/Ungerboeck2096SDK/

At any time, you can see the matching Ungerboeck version of the SDKPackage or SDKWrapper by going to the assembly details.

##20.96 Updates: -Added many endpoints in the UngerboeckSDKPackage and UngerboeckSDKWrapper

About

Examples and SDKWrapper for 20.96

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages