Commit Graph

9 Commits

Author SHA1 Message Date
Brendan Forster f96885654f add metadata to each client action (#2124) 2020-03-04 21:10:38 -04: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
Ryan Gribble bc7830fc6e Fix OAuthClient to work correctly with GitHub Enterprise instances (#1726)
* Add more test cases for GetGitHubLoginUrl tests

* Fix enterprise authorize Urls by replacing the existing relative Uri segment (/api/v3) instead of appending to it via an extension method

* Add tests for new ReplaceRelativeUri extension method

* add test for GHE URL on oauth CreateAccessToken

* move away from class level consts

* Oauth client can store stripped base URL so it works with GHE
2018-01-05 07:02:26 +10:00
Brendan Forster ff7fcfa034 one more usage in client 2016-04-06 20:21:33 -04:00
Brendan Forster bfb0559351 tidy up some xml-docs while i'm in here 2015-11-03 09:34:19 -08:00
Haacked 4c8bab20eb IApiResponse no longer inherits IResponse 2015-01-04 18:58:53 -08:00
Paul Betts c18b156fab Rename IConnection methods 2014-04-30 21:30:45 -07:00
Haacked d7a69e20d7 Implement OAuth Web Flow
Provide methods to make it easy for developers to implement the
web flow.

https://developer.github.com/v3/oauth/#web-application-flow
2014-04-19 16:01:35 -07:00
Haacked 6761c7f475 Add support for OAuth Web Flow
This adds support for developers who want to implement the OAuth web flow
with GitHub authentication. https://developer.github.com/v3/oauth/
2014-04-18 13:50:31 -07:00