Skip to content

Repository files navigation

License: MIT

Auvik.Api

Nuget Codacy Badge

To use the Auvik nuget package:

Visual Studio

  1. Open your project in Visual Studio
  2. Right-click on the project and click "Manage Nuget packages"
  3. Find the package "Auvik.Api" - install the latest version
  4. Create an API key in your User Profile in Auvik
  5. Note your URL domain, username and API key.

Example code

using Auvik.Api;

namespace My.Project;

public static class Program
{
	public static async Task Main()
	{
		var auvikClient = new AuvikClient(
			new AuvikClientOptions
			{
				// Ensure that the "us3" part of the URI
				// matches your browser navigation bar
				Uri = new Uri("https://auvikapi.us3.my.auvik.com"),
				Username = "you@yourdomain.com",
				ApiKey = "YOUR API KEY GOES HERE"
			}
		);

		await auvikClient
			.Credentials
			.VerifyCredentials();
	}
}

API Documentation

The Auvik API documentation can be found here:

About

Auvik API nuget package

Resources

Contributing

Security policy

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages