.NET 开发包 octokit.net

码农软件 · 软件分类 · .NET开发工具 · 2019-11-08 22:14:10

软件介绍

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




本文地址:https://codercto.com/soft/d/18573.html

Data Structures and Algorithms

Data Structures and Algorithms

Alfred V. Aho、Jeffrey D. Ullman、John E. Hopcroft / Addison Wesley / 1983-1-11 / USD 74.20

The authors' treatment of data structures in Data Structures and Algorithms is unified by an informal notion of "abstract data types," allowing readers to compare different implementations of the same......一起来看看 《Data Structures and Algorithms》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具