Commit Graph

9 Commits

Author SHA1 Message Date
aedampir@gmail.com c99d0d68e3 Some redundant parentheses were fixed. 2016-03-25 13:19:49 +07:00
Mordechai Zuber 44304ca70b use string per recommended style 2015-12-16 21:23:36 +02:00
Haacked b2d6e15d48 Replace SignatureResponse and CommitEntity with Committer
A recent PR added CommitEntity but we already had
SignatureResponse expressly for this purpose.

So this commit renames SignatureResponse to Committer
and removes CommitEntity and replaces it with Committer.
2015-09-28 00:38:16 -07:00
Kristian Hellang 2508205cfd Fixed failing tests 2015-03-18 14:33:06 +01: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 011a14b7f2 Add types to more closely reflect the API 2015-01-02 01:14:14 -08:00
Amy Palamountain 3a603361f5 Adding dem debugger displays 2014-02-20 22:13:38 +13:00
Brendan Forster 1231b794b1 bugfix for PR commits having different shape to regular commits 2014-02-18 20:20:37 +11:00