Commit Graph

8 Commits

Author SHA1 Message Date
Haacked 9d7c0747bf Fix that merge conflict the right way 2015-01-26 09:54:21 -08:00
Micah c3a67ae777 Creates constructors for all Models.Response.
Resolves https://github.com/octokit/octokit.net/issues/677.

Removes obscolete properties (gravatar).
Makes Models.Response properties all be protected (most were already).
2015-01-24 16:07:03 -08:00
Brendan Forster e239857ce6 added failing test for deserializing OAuth scopes 2014-10-06 16:01:24 -02:00
Paul Betts d731f1bd97 More jacked up tests 2014-04-30 21:47:34 -07:00
Brendan Forster d306458e2a oops 2014-04-30 15:51:36 +08:00
Brendan Forster 370e6ff926 i have no idea why this test is even passing on the build server 2014-04-30 15:45:38 +08:00
Haacked 5d70f885b7 Do not lower case user supplied value
That value might legit need upper and lower case such as the state in an
oauth call.
2014-04-21 16:15:44 -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