Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.02 KB

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