TMetric.NET 0.0.0-alpha.0.11

This is a prerelease version of TMetric.NET.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package TMetric.NET --version 0.0.0-alpha.0.11
NuGet\Install-Package TMetric.NET -Version 0.0.0-alpha.0.11
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TMetric.NET" Version="0.0.0-alpha.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TMetric.NET --version 0.0.0-alpha.0.11
#r "nuget: TMetric.NET, 0.0.0-alpha.0.11"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TMetric.NET as a Cake Addin
#addin nuget:?package=TMetric.NET&version=0.0.0-alpha.0.11&prerelease

// Install TMetric.NET as a Cake Tool
#tool nuget:?package=TMetric.NET&version=0.0.0-alpha.0.11&prerelease

<h1 align="center">TMetric.NET</h1>

<div align="center">

Unofficial .NET wrapper of the TMetric REST APIs.

Language Dependencies Checks Coverage Version

</div>

Basic Usage

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

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

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

Console.WriteLine( $"Client: {client.ClientName} {client.ClientId}" );
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TMetric.NET:

Package Downloads
TMetric.NET.Extensions

Common patterns and utilities for working with the TMetric API via TMetric.NET.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.0-alpha.0.25 75 9/4/2023
0.0.0-alpha.0.23 86 6/15/2023
0.0.0-alpha.0.22 105 5/1/2023
0.0.0-alpha.0.21 78 5/1/2023
0.0.0-alpha.0.20 81 5/1/2023
0.0.0-alpha.0.19 83 4/30/2023
0.0.0-alpha.0.17 85 4/28/2023
0.0.0-alpha.0.16 85 4/28/2023
0.0.0-alpha.0.15 85 4/28/2023
0.0.0-alpha.0.14 87 4/28/2023
0.0.0-alpha.0.13 95 4/27/2023
0.0.0-alpha.0.12 80 4/27/2023
0.0.0-alpha.0.11 202 6/29/2022
0.0.0-alpha.0.10 115 6/29/2022
0.0.0-alpha.0.9 116 6/29/2022