Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Add missing attributes to CommitCommentJon Ander Peñalba1-0/+54
2016-03-05Add the assigner attribute to IssueEventJon Ander Peñalba1-1/+19
2016-01-20Remove useless importJon Ander Peñalba1-1/+0
2015-12-24Add the ReleaseEvent and its corresponding PayloadJon Ander Peñalba4-0/+384
2015-12-02Enable getting owners of an organizationAlexander Link3-2/+70
2015-10-11Implement starring APIJon Ander Peñalba3-2/+337
2015-09-24Add 'action' and 'pullRequest' to PullRequestReviewCommentPayloadJon Ander Peñalba1-0/+41
2015-03-23Added `rename` field to the IssueEvent classJon Ander Peñalba2-0/+77
2015-03-13Allow changing the Accept Header and default to the FULL versionJon Ander Peñalba2-10/+28
2015-03-12Update API calls to v3Jon Ander Peñalba4-12/+53
2015-03-12Added `closedBy` field to the Issue classJon Ander Peñalba1-0/+18
2015-03-12Added `bio` field to the User classJon Ander Peñalba1-0/+18
2015-03-10Improve the IssueEvent class adding more fieldsJon Ander Peñalba1-146/+267
2015-03-10Merge "Implemented the GitHub Team Membership API"Matthias Sohn3-1/+111
2015-03-09Implemented the GitHub Team Membership APImcmathews3-1/+111
2015-03-05Prevent invalid CommitStatus.state valuesMatthias Sohn1-2/+8
2015-03-04Add context support in CommitService.createStatus()erwinvaneyk1-1/+3
2015-03-04Mark Gravatar methods of User class as deprecatedChris Rebert1-0/+4
2015-03-04Added `context` field to the CommitStatus classChris Rebert1-1/+19
2015-03-04Added `label` field to the IssueEvent classChris Rebert1-0/+18
2014-08-04Added the review_comments field into the PullRequest classZehua Liu1-0/+20
2013-04-30Switch UserPlan fields to long instead of intJake Wharton1-9/+9
2013-04-30Add service support for contents APIKevin Sawicki5-12/+382
2012-12-09Add service support for getting all repositoriesKevin Sawicki1-0/+27
2012-12-01Append ':' before port when constructing URLKevin Sawicki1-1/+1
2012-11-28Support requesting all commit commentsKevin Sawicki1-0/+57
2012-09-24Update rate limits from getResponseStreamKevin Sawicki1-1/+1
2012-09-22Add service support for Markdown APIKevin Sawicki3-5/+195
2012-09-22Use char instead of string of length 1Kevin Sawicki1-2/+2
2012-09-21Add service support for commit status APIKevin Sawicki3-0/+254
2012-07-30Use a POST instead of a PUT when editing repository hooksKevin Sawicki1-1/+1
2012-07-26Add comment count field to Commit model classKevin Sawicki1-0/+18
2012-07-20Add before field to PushPayload event modelKevin Sawicki1-0/+18
2012-06-27Add milestone and assignee to PullRequest model classKevin Sawicki1-0/+36
2012-06-25Set default value of user agent fieldKevin Sawicki1-1/+1
2012-06-25Add service support for editing a labelKevin Sawicki1-0/+27
2012-06-25Add service support for editing a milestoneKevin Sawicki1-0/+22
2012-06-25Set Content-Length request header explicitly to zeroKevin Sawicki1-1/+3
2012-06-14Prepare 2.1.0 buildsMatthias Sohn1-1/+1
2012-06-12Add legacy support for searching issuesKevin Sawicki2-0/+315
2012-06-06Suppress parse exceptions deserializing event payloadsKevin Sawicki1-3/+9
2012-06-06Use API v3 endpoint for repository search APIKevin Sawicki3-34/+9
2012-05-09Don't call sendParams when params are nullKevin Sawicki1-1/+2
2012-05-03Removes throws IOException declaration from page callsKevin Sawicki3-44/+18
2012-04-25Call pageGists from getGistsKevin Sawicki1-3/+1
2012-04-25Add support for paging over starred gistsKevin Sawicki1-11/+46
2012-04-18Add RepositoryIssue model class that includes repositoryKevin Sawicki2-10/+57
2012-04-17Store current rate limit headers after each request madeKevin Sawicki1-0/+62
2012-04-17Ignore exceptions when closing output streamKevin Sawicki1-1/+6
2012-04-12Clarify issue number is required instead of issue idKevin Sawicki1-98/+101

Back to the top