Skybrud.Social.GitHub is an API wrapper for the GitHub REST API and GitHub GraphQL API. It helps you with both authentication as well as raw and object-oriented communication with the APIs.
.NET 4.5, .NET 4.6, .NET 4.7 and .NET Standard 1.3 (read more).
Install the package via NuGet - either via the .NET CLI:
dotnet add package Skybrud.Social.GitHub --version 1.0.0-beta010
or the NuGet Package Manager:
Install-Package Skybrud.Social.GitHub -Version 1.0.0-beta010
-
Skybrud.Essentials.Http
A package for handling the underlying HTTP and OAuth communication with the GitHub API.-
Json.NET
Used for searializing/deserializing JSON. -
Skybrud.Essentials
A package with logic for handling various common tasks in .NET.
-
You can find documentation and examples on how to use this package at the Skybrud.Social website.
- Please feel free to create an issue, and I will get back to you ;)
The releases page lists all releases, and each there will be some information for each release on the most significant changes.