{"id":21900242,"url":"https://github.com/cryptoc1/tmetric.net","last_synced_at":"2026-05-09T13:04:32.610Z","repository":{"id":41245017,"uuid":"506503282","full_name":"Cryptoc1/TMetric.NET","owner":"Cryptoc1","description":"WIP: Unofficial .NET wrapper of the TMetric REST APIs.","archived":false,"fork":false,"pushed_at":"2024-11-18T11:39:00.000Z","size":153,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-01-27T06:30:37.618Z","etag":null,"topics":["dotnet","tmetric"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Cryptoc1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-23T05:04:37.000Z","updated_at":"2024-09-05T16:44:29.000Z","dependencies_parsed_at":"2024-06-06T09:57:20.371Z","dependency_job_id":"93cce561-0037-4c3e-b675-2552332895f0","html_url":"https://github.com/Cryptoc1/TMetric.NET","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2FTMetric.NET","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2FTMetric.NET/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2FTMetric.NET/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cryptoc1%2FTMetric.NET/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cryptoc1","download_url":"https://codeload.github.com/Cryptoc1/TMetric.NET/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244913004,"owners_count":20530769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","tmetric"],"created_at":"2024-11-28T15:06:54.148Z","updated_at":"2026-05-09T13:04:27.564Z","avatar_url":"https://github.com/Cryptoc1.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eTMetric.NET\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n*Unofficial .NET wrapper of the TMetric REST APIs.*\n\n![Language](https://img.shields.io/github/languages/top/cryptoc1/tmetric.net)\n[![Dependencies](https://img.shields.io/librariesio/github/cryptoc1/tmetric.net)](https://libraries.io/nuget/TMetric.NET)\n[![Checks](https://img.shields.io/github/checks-status/cryptoc1/tmetric.net/develop)](https://github.com/Cryptoc1/tmetric.net/actions/workflows/default.yml)\n[![Coverage](https://img.shields.io/codecov/c/github/cryptoc1/tmetric.net)](https://app.codecov.io/gh/Cryptoc1/tmetric.net/)\n[![Version](https://img.shields.io/nuget/vpre/TMetric.NET)](https://www.nuget.org/packages/TMetric.NET)\n\n\u003c/div\u003e\n\n## Basic Usage\n\n```csharp\nvar services = new ServiceCollection()\n    .AddTMetric( options =\u003e options.ApiKey = \"...\" )\n    .BuildServiceProvider();\n\nvar tmetric = services.GetService\u003cITMetricApi\u003e();\n\nint clientId = ...;\nvar client = await tmetric.V2.Clients.Get( clientId );\n\nConsole.WriteLine( $\"Client: {client.ClientName} {client.ClientId}\" );\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptoc1%2Ftmetric.net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptoc1%2Ftmetric.net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptoc1%2Ftmetric.net/lists"}