A template repository for .NET API clients projects.
View the Project on GitHub guibranco/calendarific-sdk-dotnet
A boilerplate API client template for those that want to build a .Net API clients wrappers
Download the latest zip file from the Release pages or simple install from NuGet package manager.
NuGet URL: https://www.nuget.org/packages/PackageName
NuGet installation via Package Manager Console:
Install-Package PackageName
Implements all features of Project name API available at Project name
//sample CSharp code showing how to use the lib
var client = new PackageNameClient();
client.CallSomeMethod();
Remove from this line to the end, after reading the instructions below