C# client for GitHub Api v3
- Needed GitHub Gist integration for CodeSaber (among other things)
- csharp-github-api didn't support Gists
- GitHubSharp is Not compatible with v3 API
- Auth via token and app Client ID / Client Secret
- Gist read, create, delete, edit (public and private)
- Repository read
- User read
- Issues read
- Search Users, Repositories, Issues, Email
- Whatever you want to contribute!