微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

octokit.net .NET 开发包

程序名称:octokit.net

授权协议: MIT

操作系统: Windows

开发语言: C#

octokit.net 介绍

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

octokit.net 官网

https://github.com/octokit/octokit.net

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐