13 Commits

Author SHA1 Message Date
Itai Bar-Haim 4e804f61a6 Prefer using nameof(x) over literal "x" (#1781)
* updated XML docs and added some missing bits.

* prefer nameof(x) over literal "x"
2018-03-07 20:43:10 +10:00
Brendan Forster a4765c8b63 HACK: i'm abusing _nextPageFun to help identify when to exit 2016-02-14 17:22:40 +11:00
Adam Ralph afc8c2e450 green: implemented ReadOnlyPagedCollectionTests.TheConstructor.AcceptsAResponseWithANullBody 2015-09-17 13:56:38 +02:00
Haacked 2316a14a67 Do not pass null into base class
The base class ctor does not allow nulls.
2015-08-04 21:15:02 -07:00
Haacked 4c8bab20eb IApiResponse no longer inherits IResponse 2015-01-04 18:58:53 -08:00
Haacked 09d5c236a4 Rename IResponse<T> to IApiResponse 2015-01-04 18:33:48 -08:00
Brendan Forster 43e82e124f doing await right by calling .ConfigureAwait(false) 2013-10-31 12:06:46 +11:00
Haacked 998f5f54fd Change ReadOnlyPagedCollection to accept a Func
This is technically better because the old way was actually losing
accepts header and parameters.
2013-10-15 16:12:58 -07:00
Haacked 995e0c5b55 More api cleanup
Make accepts come before contentType everywhere. Also remove unnecessary
overloads of IConnection.
2013-10-15 15:43:52 -07:00
half-ogre 6f3fa81789 move internal stuff to .Internal namespace 2013-10-08 15:14:06 -07:00
Haacked adfb50198e Applying our private member naming convention
Just trying to make @half-ogre happy
2013-10-04 10:01:20 -07:00
Haacked 6a0e27274b Allow passing query parameters to connection
Change the API to support dictionary of query parameters.
2013-09-23 10:15:08 -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