Skip to content

Lufzys/Github.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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