octokit.net 是一个 .NET 4.5及以上版本的开发包,它提供了一种与 GitHub API 交互的简单方法。
从一个特定用户中获得公有信息
var github = new GitHubClient(new ProductHeaderValue("MyAmazingApp")); var user = await github.User.Get("half-ogre"); Console.WriteLine(user.Followers + " folks love the half ogre!");
.NET 4.5 (Desktop / Server)
Xamarin.iOS / Xamarin.Android / Xamarin.Mac
Mono 3.x
Windows 8 / 8.1 Store Apps