Commit Graph

8 Commits

Author SHA1 Message Date
Brendan Forster 7f95f55d47 massaging and fighting with fxcop 2015-05-22 16:46:24 +09:30
Haacked 49f95d40f1 Remove Type parameter for IHttpClient send method
This keeps the IHttpClient interface simpler and ensures the
deserialization responsibility lies outside of that class. It only
needed the Type parameter for a special case that could be handled in a
better way.
2015-01-04 18:22:05 -08:00
Brendan Forster 5f97d10970 removed redundant Send<T> from IHttpClient 2014-02-18 11:15:13 +11:00
Amy Palamountain 98e1556c37 Added cancelation token to request
+ overload
2014-02-16 17:04:50 +13:00
Kristian Hellang 727429278e Fixed some R# documentation analysis errors 2013-11-25 23:40:47 +01:00
Haacked a363696544 Filled in more documentation. Made it consistent. 2013-11-07 10:14:01 -08:00
half-ogre 6f3fa81789 move internal stuff to .Internal namespace 2013-10-08 15:14:06 -07:00
Haacked 997e955f38 Rename to Octokit to be consistent with other API libs
GitHub is naming all of the libraries Octokit for their respective
platforms
2013-01-29 14:00:27 -08:00