Lufzys / Github.NET

Github.NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GITHUB.NET

Github API Wrapper for C#

Github.NET


Download ->

How to use?

Add project namespace to the top of the project. After; Example Code:

//Initialize GithubAPI for User.
GithubNET.Users.SelectUser("MrCylops");

//Get User ID
var UserID = GithubNET.Users.Id;

//Print User ID
Console.WriteLine("User ID -> " + UserID.ToString());

Credits; Lufzys & Lyceion

Lufzys Lyceion