Commit Graph

12 Commits

Author SHA1 Message Date
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
Haacked eb5d14cfdc Organize usings and remove unused 2015-08-04 21:12:37 -07: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
Matt G. Ellis d0dcbe8fb6 Allow [Parameter] to control JSON Field Names.
Previously, SimpleJsonSerializer.MapClrMemberNameToJsonFieldName
special cased the name "Links" since while that was the name of the
property in the object model, in JSON "_links" was used instead.

It turns out that there was an additional problem, where GitReference
wants to expose as Repository, but the name in JSON responses is
"repo".  Instead of simply adding another special case to
MapClrMemberNameToJsonFieldName, we update the implementation of the
serializer to allow [Parameter(Key = "some_name")] to denote what name
we'd like to use for the field in the JSON object when we serialize.
2014-11-17 23:55:37 -08:00
Sam Williamson 503306042a Renamed Links object because json serializer was fixed 2014-02-21 14:16:03 -05:00
Sam Williamson 42ca81af43 Added XML comments to model classes
Added XML comments to model classes: copied feed definitions from github
developer docs
2014-02-20 19:57:35 -05:00
Sam Williamson 8446b55409 Github documentation updated. Comment no longer relevant. 2014-02-20 13:48:56 -05:00
Sam Williamson 600467b3aa Added DebuggerDisplay message to Feed 2014-02-20 13:44:56 -05:00
Sam Williamson d09c32a38f Now able to get full feeds. There are a few issues around naming. 2014-02-20 11:18:42 -05:00
Sam Williamson 7114c6942f Initial Feeds api 2014-02-20 10:07:23 -05:00