Skip to content
forked from akilb/NGitHub

Simple GitHub API wrapper for .NET

License

Notifications You must be signed in to change notification settings

ninjaAB/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

Simple GitHub API wrapper for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published