MintsoftSharp is a .NET library that enables you to authenticate and make API calls to Mintsoft. It's great for building custom Mintsoft Apps using C# and .NET. You can quickly and easily get up and running with Mintsoft using this library.
Flaivy is available on NuGet. Use the package manager console in Visual Studio to install it:
Install-Package MintsoftSharp
If you're using .NET Core, you can use the dotnet
command from your favorite shell:
dotnet add package MintsoftSharp