Client Libraries
VerifyAPI offers some ready-made client libraries for various languages which make it simple to get started. These libraries are open-source and available through various package managers.
.NET
Latest version available on NuGet
Installation
Using the .NET Core command-line interface (CLI) tools:
sh
dotnet add package VerifyApi
Using the NuGet Command Line Interface (CLI):
sh
nuget install VerifyApi
Using the Package Manager Console:
powershell
Install-Package VerifyApi
From within Visual Studio:
- Open the Solution Explorer.
- Right-click on a project within your solution.
- Click on Manage NuGet Packages...
- Click on the Browse tab and search for "VerifyAPI".
- Click on the VerifyAPI package, select the appropriate version in the right-tab and click Install.