Skip to content

stevenxi/NGitLabPlus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Build status Gitter Nuget Version Nuget Version

NGitLab

What is NGitLab?

NGitLab is a .NET REST client implementation of GitLab API with no external dependencies.

How can I learn it?

It's a wrap of REST api. Read the GitLab docs and start using by creating a GitLabClient instance:

var client =  GitLabClient.Connect("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.

Where can I get it?

Get it from NuGet. You can simply install it with the Package Manager console:

PM> Install-Package NGitLab

Maintainer

Big thanks to @Scooletz to bringing this project to life. I am happy to continue his work.

About

.NET client for GitLab

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%