Skip to content

ubisoft/NGitLab

Folders and files

NameName
Last commit message
Last commit date
Mar 17, 2025
Mar 17, 2025
Mar 17, 2025
Mar 24, 2025
Mar 14, 2025
Sep 12, 2016
Feb 19, 2025
Apr 23, 2014
Sep 16, 2024
Dec 21, 2023
Aug 12, 2021
Mar 24, 2025
Sep 8, 2016
Aug 1, 2022
Jul 31, 2023
Jan 19, 2024

Repository files navigation

NuGet

What is NGitLab?

NGitLab is a .NET REST client implementation for the GitLab API.

Usage

Start by creating a GitLabClient instance:

var client = new GitLabClient("https://mygitlab.example.com", "your_private_token");

Then use its properties. You can obtain the private token in your account page. You may want to create a custom user for the API usage.

For further info about the GitLab API, refer to the official documentation

Where can I get it?

Get it from nuget.org. You can simply install it using the dotnet CLI:

dotnet add package NGitLab

Running Unit Tests locally

Thanks

Thanks to Scooletz for initiating the original project.