https://github.com/pseudomuto/github-api-dotnet
A .NET Wrapper around the GitHub API
https://github.com/pseudomuto/github-api-dotnet
Last synced: about 1 year ago
JSON representation
A .NET Wrapper around the GitHub API
- Host: GitHub
- URL: https://github.com/pseudomuto/github-api-dotnet
- Owner: pseudomuto
- License: mit
- Created: 2013-06-30T14:32:25.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T01:30:34.000Z (over 7 years ago)
- Last Synced: 2025-01-30T14:52:46.130Z (over 1 year ago)
- Language: C#
- Size: 437 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
github-api-dotnet
=================
A .NET Wrapper around the GitHub API.
## Goal
To have a simple and clean implementation of the GitHub API for .NET clients.
## Coming Up
Recently completed the [OAuth Authorization API](http://developer.github.com/v3/oauth/#oauth-authorizations-api). Will begin working on the [Users API](http://developer.github.com/v3/users/) next.
## Development
This project currently targets .NET 4.5 and is built using VS 2012 Update 3.
If you're interested in contributing, check out the [CONTRIBUTING.md](https://github.com/pseudomuto/github-api-dotnet/blob/master/CONTRIBUTING.md) file for details.
## License
[MIT License](https://github.com/pseudomuto/github-api-dotnet/blob/master/LICENSE.txt)