Skip to content

Repository files navigation

License: MIT

NuGet version

Codacy Badge

Datadog.Api

A .NET API for Datadog

Unit Tests

To run unit tests, set up your 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();

About

A .NET API for Datadog

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages