Skip to content

panoramicdata/Datadog.Api

Repository files navigation

Datadog.Api

A .NET API for Datadog

Unit Tests

To run unit tests, set up you unit test User secrets to match the usersecrets.example.json file.

Usage

using Datadog.Api;

var client = new DatadogClient(new()
{
	ApiKey = "API_KEY",
	ApplicationKey = "APPLICATION_KEY"
});

var users = await client.Users.GetAllAsync();

Releases

No releases published

Packages

No packages published

Languages