aedampir@gmail.com
|
695cf8e75b
|
Unused "using" directives were removed in whole solution.
|
2016-03-25 13:38:07 +07:00 |
|
Mordechai Zuber
|
44304ca70b
|
use string per recommended style
|
2015-12-16 21:23:36 +02: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 |
|
Kristian Hellang
|
21ca33817d
|
Fixed failing tests
|
2015-01-06 00:27:16 +01:00 |
|
Haacked
|
1dd42ec4c8
|
Use IReadOnlyList instead of IReadOnlyCollection or IEnumerable
For response models.
|
2015-01-04 14:28:06 -08:00 |
|
Haacked
|
3ddca30acd
|
Add comments and debugger display
|
2014-04-22 15:18:31 -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 |
|