Ecosyste.ms: Awesome

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

https://github.com/sgrassie/csharp-github-api

Development ceased, please see:
https://github.com/sgrassie/csharp-github-api

Last synced: 6 days ago
JSON representation

Development ceased, please see:

Lists

README

        

# No long maintained! Please see https://github.com/octokit/octokit.net

# csharp-github-api - A CSharp library to access the GitHub API
## [http://temporalcohesion.co.uk][1]

### About
This is a C# library for accessing GitHub's developer [REST API][4]. It uses the [RestSharp][3] [REST client][2] library for most of the heavy lifting.

This library is not an official Github product, is not supported or developed by Github, and all Github trademarks are their own.

Targets .NET 4.

### Status
Barely does anything at the moment. I'm lazy. Started working on this off and on again. Send a pull request.

### Running the tests
In order to successfully build and run the integration tests (which require an authenticated connection to github (i.e. quite a few of them)), you will need to create an App.Config file in the GitHubAPI.IntegrationTests project. Simply use the provided example as a starting point:

Just add your Github username and password. The file is in .gitignore, so you can't accidently commit it.
```





```

### License
Licensed under the Apache License, Version 2.0, details included in the source.

[1]: http://temporalcohesion.co.uk
[2]: http://github.com/johnsheehan/RestSharp
[3]: http://restsharp.org/
[4]: http://developer.github.com/