{"id":24763679,"url":"https://github.com/meziantou/meziantou.gitlabclient","last_synced_at":"2025-10-11T11:31:15.957Z","repository":{"id":32926341,"uuid":"140664721","full_name":"meziantou/Meziantou.GitLabClient","owner":"meziantou","description":".NET client for GitLab API","archived":true,"fork":false,"pushed_at":"2022-08-29T12:35:42.000Z","size":969,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-03T13:51:36.612Z","etag":null,"topics":["dotnet","dotnet-standard","gitlab-api"],"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/meziantou.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["meziantou"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/meziantou"]}},"created_at":"2018-07-12T05:23:40.000Z","updated_at":"2025-03-01T21:30:09.000Z","dependencies_parsed_at":"2022-09-05T14:32:25.086Z","dependency_job_id":null,"html_url":"https://github.com/meziantou/Meziantou.GitLabClient","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/meziantou/Meziantou.GitLabClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meziantou%2FMeziantou.GitLabClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meziantou%2FMeziantou.GitLabClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meziantou%2FMeziantou.GitLabClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meziantou%2FMeziantou.GitLabClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/meziantou","download_url":"https://codeload.github.com/meziantou/Meziantou.GitLabClient/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/meziantou%2FMeziantou.GitLabClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007031,"owners_count":26084227,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","dotnet-standard","gitlab-api"],"created_at":"2025-01-28T20:36:06.503Z","updated_at":"2025-10-11T11:31:15.244Z","avatar_url":"https://github.com/meziantou.png","language":"C#","funding_links":["https://github.com/sponsors/meziantou","https://www.buymeacoffee.com/meziantou"],"categories":[],"sub_categories":[],"readme":"# Meziantou.GitLabClient\n\n[![NuGet](https://img.shields.io/nuget/v/Meziantou.GitLabClient.svg)](https://www.nuget.org/packages/Meziantou.GitLabClient/)\n[![GitHub license](https://img.shields.io/github/license/meziantou/Meziantou.GitLabClient.svg)](https://github.com/meziantou/Meziantou.GitLabClient/blob/master/LICENSE)\n\n.NET client for GitLab API. Support .NET Standard 2.0.\n\n# How to install\n\nInstall the NuGet package [`Meziantou.GitLabCLient`](https://www.nuget.org/packages/Meziantou.GitLabClient/)\n\n# How to use\n\nLots of methods are included in the client and accessible through `GitLabClient`:\n\n````csharp\nusing(var client = GitLabClient.Create(\"https://gitlab.com\", personalAccessToken))\n{\n    var projects = await client.Projects.GetAllAsync().ToListAsync();\n}\n````\n\nEven if a property is not directly exposed, you can access it using the `dynamic` type:\n\n````csharp\nusing(var client = GitLabClient.Create(\"https://gitlab.com\", personalAccessToken))\n{\n    dynamic result = await client.Get\u003cGitLabObject\u003e(\"repository/new-method\");\n    string value = result.json_property_name;\n}\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeziantou%2Fmeziantou.gitlabclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeziantou%2Fmeziantou.gitlabclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeziantou%2Fmeziantou.gitlabclient/lists"}