{"id":21223690,"url":"https://github.com/shtrophic/PowerliftingSharp","last_synced_at":"2025-07-10T14:30:46.939Z","repository":{"id":43396181,"uuid":"461620440","full_name":"shtrophic/PowerliftingSharp","owner":"shtrophic","description":"C# Wrapper for OpenPowerlifting API","archived":false,"fork":false,"pushed_at":"2022-03-04T09:11:45.000Z","size":343,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-02T12:18:14.001Z","etag":null,"topics":["csharp","dotnet","powerlifting","wrapper"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shtrophic.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}},"created_at":"2022-02-20T21:24:04.000Z","updated_at":"2022-03-03T19:40:45.000Z","dependencies_parsed_at":"2022-09-16T13:11:05.663Z","dependency_job_id":null,"html_url":"https://github.com/shtrophic/PowerliftingSharp","commit_stats":null,"previous_names":["shtrophic/powerliftingsharp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shtrophic/PowerliftingSharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shtrophic%2FPowerliftingSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shtrophic%2FPowerliftingSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shtrophic%2FPowerliftingSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shtrophic%2FPowerliftingSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shtrophic","download_url":"https://codeload.github.com/shtrophic/PowerliftingSharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shtrophic%2FPowerliftingSharp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264590760,"owners_count":23633635,"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":["csharp","dotnet","powerlifting","wrapper"],"created_at":"2024-11-20T22:53:00.107Z","updated_at":"2025-07-10T14:30:46.267Z","avatar_url":"https://github.com/shtrophic.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"PowerliftingSharp.png\" alt=\"PowerliftingSharp\" width=200 class=\"center\"/\u003e\n\u003c/p\u003e\n\n# Lightweight! C# Wrapper for OpenPowerlifting API\n\nBuilt with .NET 6.0 and available on [nuget](https://www.nuget.org/packages/PowerliftingSharp/)\n\n\nCurrently, querying unique identifiers of athletes and returning their recorded data is supported.\nFeel free to fork this repo or open an issue if you miss a feature!\n\n## How to get started\n\n```csharp\nusing PowerliftingSharp;\nusing PowerliftingSharp.Types;\n\nusing PLClient client = new();\n\nstring nameToBeFound = \"Andrey Malanichev\";\n\n(string foundName, string identifier)? query = await client.QueryName(nameToBeFound);\n\nif (query is null || query.Value.foundName != nameToBeFound)\n  return;\n  \nAthlete? andrey;\ntry\n{\n  andrey = await client.GetAthleteByIdentifierAsync(query.Value.identifier);\n}\ncatch (Exception e)\n{\n  // request was not successful, or, an internal error has occurred.\n}\n```\n\nFor reference, see [OPL data service](https://openpowerlifting.gitlab.io/opl-csv/) and the official [Gitlab repo](https://gitlab.com/openpowerlifting/opl-data).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshtrophic%2FPowerliftingSharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshtrophic%2FPowerliftingSharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshtrophic%2FPowerliftingSharp/lists"}