Skip to content

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

License

Notifications You must be signed in to change notification settings

Cryptoc1/TMetric.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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<ITMetricApi>();

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