Skip to content

akilb/NGitHub

Repository files navigation

NGitHub

Simple GitHub API library for .NET, Silverlight and Windows Phone applications

Hello GitHub

using NGitHub;

var githubClient = new GitHubClient();

githubClient.Users.GetUserAsync("akilb",
                                user => Console.WriteLine("{0} has {1} repositories!",
                                                            user.Login,
                                                            user.PublicRepos),
                                onError: e => { });

About

Light weight GitHub API wrapper for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages