Commit Graph

8 Commits

Author SHA1 Message Date
Ryan Gribble c8072391d4 Make consistent with other classes 2016-07-05 23:45:20 +10:00
Ryan Gribble e3fa865381 add convention test to ensure all response models have a public parameterless ctor
2 model classes were missing one - technically not needed for these 2 classes due to their api calls being basic data types that then get populated into these objects, but it's easiest to just add them to these 2 classes so the test can pass on all response models
2016-07-05 23:32:40 +10:00
Mordechai Zuber 44304ca70b use string per recommended style 2015-12-16 21:23:36 +02:00
Haacked 1dd42ec4c8 Use IReadOnlyList instead of IReadOnlyCollection or IEnumerable
For response models.
2015-01-04 14:28:06 -08:00
Brendan Forster 7dc70a2192 💄 using statements, incorrect docs, deprecated Octokit.Response namespace 2014-03-08 16:33:46 +11:00
Haacked 9eb14f3c51 Make readonly collections truly readonly
These methods actually returned mutable collections that happen
to implement the readonly interfaces. User could cast them to
the actual type and add things. I'd rather avoid even that
possibility by making these truly return readonly stuff.
2014-02-26 18:38:57 -08:00
Amy Palamountain 1a78ed7ba7 Debugger displays 2014-02-16 17:31:15 +13:00
Amy Palamountain ec5db2cdd5 👊 card statistics 2.0 2014-02-16 17:05:01 +13:00