Skip to content

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:

  1. Open the Solution Explorer.
  2. Right-click on a project within your solution.
  3. Click on Manage NuGet Packages...
  4. Click on the Browse tab and search for "VerifyAPI".
  5. Click on the VerifyAPI package, select the appropriate version in the right-tab and click Install.