Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-12Always set content length on PUT/POST/DELETE requestsKevin Sawicki1-15/+16
2012-04-11Add target org as URL parameter instead of JSON post dataKevin Sawicki1-3/+2
2012-04-09Add missing note and note_url fields to AuthorizationEddie Ringle1-0/+36
2012-04-09Use custom deserializer for Event classKevin Sawicki2-86/+61
2012-04-09Set JsonParseException as cause of thrown IOExceptionKevin Sawicki1-2/+8
2012-04-06Increment User-Agent version to 2.0.0Kevin Sawicki1-1/+1
2012-04-06Add support for PullRequestReviewCommentEvent typeKevin Sawicki3-0/+51
2012-04-06Add event types as static fields on Event classKevin Sawicki2-17/+120
2012-04-05Use static imports for constants from PagedRequestKevin Sawicki1-47/+52
2012-04-05Add missing space before '{' and format class header commentKevin Sawicki1-4/+4
2012-04-05Add the gravatar id field to the User modelEddie Ringle1-0/+18
2012-02-29Handle 202 Accepted and 409 Conflict response codesKevin Sawicki1-0/+4
2012-02-16Guard against empty request body on errorsKevin Sawicki1-4/+10
2012-02-16Use login instead of name field for issue assigneeKevin Sawicki1-1/+1
2012-02-16Set milestone to empty string when clearingKevin Sawicki1-1/+1
2012-02-10Support editing specific repository fields onlyKevin Sawicki1-0/+43
2012-01-12Treat 410 (Gone) response codes as parseable JSON errorsKevin Sawicki1-0/+2
2012-01-12Add missing id field to Event model classKevin Sawicki1-0/+18
2012-01-10Overload methods to take an IRepositoryProviderKevin Sawicki1-5/+175
2012-01-06Add missing id field to Issue model classJason Tsay1-0/+18

Back to the top