TMetric.NET
0.0.0-alpha.0.22
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.
See the version list below for details.
dotnet add package TMetric.NET --version 0.0.0-alpha.0.22
NuGet\Install-Package TMetric.NET -Version 0.0.0-alpha.0.22
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.22" />
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.22
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TMetric.NET, 0.0.0-alpha.0.22"
#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.22&prerelease // Install TMetric.NET as a Cake Tool #tool nuget:?package=TMetric.NET&version=0.0.0-alpha.0.22&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<ITMetricClient>();
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 | 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.
-
net6.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Http (>= 6.0.0)
- Microsoft.Extensions.Options.DataAnnotations (>= 6.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Net.Http.Json (>= 6.0.1)
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-beta.0.30 | 49 | 8/27/2024 |
0.0.0-beta.0.29 | 69 | 8/13/2024 |
0.0.0-beta.0.28 | 46 | 7/9/2024 |
0.0.0-beta.0.27 | 69 | 6/6/2024 |
0.0.0-alpha.0.25 | 101 | 9/4/2023 |
0.0.0-alpha.0.23 | 100 | 6/15/2023 |
0.0.0-alpha.0.22 | 118 | 5/1/2023 |
0.0.0-alpha.0.21 | 90 | 5/1/2023 |
0.0.0-alpha.0.20 | 93 | 5/1/2023 |
0.0.0-alpha.0.19 | 99 | 4/30/2023 |
0.0.0-alpha.0.17 | 97 | 4/28/2023 |
0.0.0-alpha.0.16 | 97 | 4/28/2023 |
0.0.0-alpha.0.15 | 99 | 4/28/2023 |
0.0.0-alpha.0.14 | 100 | 4/28/2023 |
0.0.0-alpha.0.13 | 106 | 4/27/2023 |
0.0.0-alpha.0.12 | 93 | 4/27/2023 |
0.0.0-alpha.0.11 | 216 | 6/29/2022 |
0.0.0-alpha.0.10 | 129 | 6/29/2022 |
0.0.0-alpha.0.9 | 128 | 6/29/2022 |