TMetric.NET
1.0.0-rc.0.35
This is a prerelease version of TMetric.NET.
dotnet add package TMetric.NET --version 1.0.0-rc.0.35
NuGet\Install-Package TMetric.NET -Version 1.0.0-rc.0.35
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="1.0.0-rc.0.35" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TMetric.NET" Version="1.0.0-rc.0.35" />
<PackageReference Include="TMetric.NET" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TMetric.NET --version 1.0.0-rc.0.35
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TMetric.NET, 1.0.0-rc.0.35"
#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.
#addin nuget:?package=TMetric.NET&version=1.0.0-rc.0.35&prerelease
#tool nuget:?package=TMetric.NET&version=1.0.0-rc.0.35&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
<h1 align="center">TMetric.NET</h1>
<div align="center">
Unofficial .NET wrapper of the TMetric REST APIs.
</div>
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}" );
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- ESCd.Extensions.Http (>= 1.0.10)
-
net9.0
- ESCd.Extensions.Http (>= 1.0.10)
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 |
---|---|---|
1.0.0-rc.0.35 | 30 | 7/8/2025 |
1.0.0-rc.0.34 | 73 | 2/1/2025 |
1.0.0-rc.0.33 | 77 | 1/31/2025 |
0.0.0-beta.0.30 | 75 | 8/27/2024 |
0.0.0-beta.0.29 | 88 | 8/13/2024 |
0.0.0-beta.0.28 | 66 | 7/9/2024 |
0.0.0-beta.0.27 | 86 | 6/6/2024 |
0.0.0-alpha.0.25 | 128 | 9/4/2023 |
0.0.0-alpha.0.23 | 130 | 6/15/2023 |
0.0.0-alpha.0.22 | 149 | 5/1/2023 |
0.0.0-alpha.0.21 | 128 | 5/1/2023 |
0.0.0-alpha.0.20 | 125 | 5/1/2023 |
0.0.0-alpha.0.19 | 132 | 4/30/2023 |
0.0.0-alpha.0.17 | 131 | 4/28/2023 |
0.0.0-alpha.0.16 | 130 | 4/28/2023 |
0.0.0-alpha.0.15 | 133 | 4/28/2023 |
0.0.0-alpha.0.14 | 134 | 4/28/2023 |
0.0.0-alpha.0.13 | 142 | 4/27/2023 |
0.0.0-alpha.0.12 | 127 | 4/27/2023 |
0.0.0-alpha.0.11 | 257 | 6/29/2022 |
0.0.0-alpha.0.10 | 171 | 6/29/2022 |
0.0.0-alpha.0.9 | 173 | 6/29/2022 |