Commit Graph

6 Commits

Author SHA1 Message Date
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
Haacked 9f675924b7 Make response models readonly
It's bothered me that our response models are mutable. They really
shouldn't be. I made the properties have a protected setter instead of
private to provide flexibility for others who might be deriving from
these classes or testing them.

Fixes #650
2015-01-03 20:21:36 -08:00
Brendan Forster 37d75c7748 added opt-in header for passing Context to API 2014-05-17 12:22:20 +10:00
Amy Palamountain 3a603361f5 Adding dem debugger displays 2014-02-20 22:13:38 +13:00
Haacked eaa5ed4380 Implement Commit Status API Client 2013-10-29 23:15:43 -07:00