NBoomackClient
A Boomack API Client library for .NET supporting content and configuration requests.
See https://boomack.com for further information about the Boomack Server.
For the latest version of this library documentation see: https://docs.boomack.com/client/NBoomackClient/.
The library is based on the netstandard2.0
platform.
Therefore, it is usable with a wide range of .NET implementations like
- .NET Framework ≥ 4.6.1
- .NET Core ≥ 2.0
- .NET ≥ 5.0
- Mono
- Xamarin
Add To Your Project
You can find the library as nuget package
NBoomackClient
.
To add the library to your project, either call the .NET CLI:
dotnet add package NBoomackClient
Or add the following package reference to your csproj file:
<PackageReference Include="NBoomackClient" Version="0.14.0" />
Get Started
For the first steps read the Introduction and the Getting Started page.