20 Commits

Author SHA1 Message Date
Chris Simpson
2f7bd00dd6 feat: Removing accept header previews (#2515) 2022-08-01 09:37:23 -05:00
Jose de Jesus Medina
66a6781584 spellcheck round 2 (#2259) 2020-10-06 09:47:36 -03:00
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
Mickaël Derriey
13d5dab516 Port to .NET Core (#1503)
Port to .NET Core
2017-01-21 14:42:02 +10:00
Ryan Gribble
9d22ed4b1c Remove previously obsoleted IConnection.GetRedirect and IApiConnection.GetRedirect methods 2016-09-06 23:13:51 +10:00
Mordechai Zuber
fe51d42c23 Remove IConnection.Get<T>(... allowAutoRedirect) 2016-04-13 14:37:45 -04:00
Brendan Forster
c098ecda60 added overloads to IApiConnection which support passing in ApiOptions 2016-02-14 16:56:34 +11:00
Brendan Forster
46d9e1f745 remove Get<T> extension method and update impacted tests to use correct method, removing the need for
additional nulls in tests
2016-01-25 14:57:15 +10:30
Brendan Forster
f63690c4d3 obsolete a range of methods around GetArchiveLink
Due to how the default HttpClientAdapter of Octokit will follow redirects by default,
this API is no longer working. Marking it as obsolete.
2015-12-10 08:24:11 +10:30
Brendan Forster
80719c0033 aaaand format the code 2015-11-04 13:38:51 -08:00
Haacked
eb5d14cfdc Organize usings and remove unused 2015-08-04 21:12:37 -07:00
Henrik Andersson
3a915fe6cf 🚦 for following redirects 2015-05-08 18:31:46 +10:00
Haacked
f83ad06c85 Add extension method for common checks against the HTTP status 2015-01-04 19:15:46 -08:00
Haacked
09d5c236a4 Rename IResponse<T> to IApiResponse 2015-01-04 18:33:48 -08:00
Brendan Forster
f10a3a25f5 addressed a bunch of the Extensions changes 2015-01-03 09:32:07 -08:00
Paul Betts
1c8ac1d32a Fix up ApiExtensions 2014-04-30 21:31:52 -07:00
Paul Betts
c18b156fab Rename IConnection methods 2014-04-30 21:30:45 -07:00
Amy Palamountain
e71c3e3d5f GetQueuedOperation<T> takes cancellation token
+ test fix up and test of cancellation.
2014-02-16 17:04:56 +13:00
Brendan Forster
c22a9c874f some more cleanup of unnecessary async/await 2013-10-31 11:39:09 +11:00
Haacked
61c4cdf002 Organize classes better
Closes #94
2013-10-26 09:52:56 -07:00