Skip to content

twostars/GithubSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GithubSharp

C# integration with Githubs v3 apis 

Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php http://www.gnu.org/licenses/gpl.html

Handy sites :
http://json2csharp.com/  - to create models
http://jsonformat.com/   - to see formatted JSON output

Note this is take a divergence from the original GithubSharp.
- Using json.net as it it is a more commonly used library (and service stack failed to deserialize some json types)
- Splitting our the API calls that require Auth and those that do not.
- Models and urls are being updated to the v3 sepc
- basic integration tests are being added that call back onto this github repo   
- removal of unnessecary and unused code
- reconsidering plugins - the caches dont work as expected so should probably be dropped for tested ones. Logger doent follow standard logging signatures,     

NUGET package is not updated.

About

Library for accessing Github with C#

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%