octokit.net - .NET 开发包


MIT
Windows
C#

软件简介

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