Skip to content

Cryptoc1/TMetric.NET

Repository files navigation

TMetric.NET

Unofficial .NET wrapper of the TMetric REST APIs.

Language Dependencies Checks Coverage Version

Basic Usage

var services = new ServiceCollection()
    .AddTMetric( options => options.ApiKey = "..." )
    .BuildServiceProvider();

var tmetric = services.GetService<ITMetricClient>();

int clientId = ...;
var client = await tmetric.V2.Clients.Get( clientId );

Console.WriteLine( $"Client: {client.ClientName} {client.ClientId}" );

About

WIP: Unofficial .NET wrapper of the TMetric REST APIs.

Topics

Resources

License

Stars

Watchers

Forks

Languages