An open API service indexing awesome lists of open source software.

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

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)