| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
NGitLab is a .NET client implementation for the GitLab REST API.
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
Get it from nuget.org. You can simply install it using the dotnet CLI:
dotnet add package NGitLabThanks to Scooletz for creating the original project.
| Back | FazBrowse Home | New Git URL |