nabeelmukhtar / github-java-sdk

This project aims to provide a Java wrapper for Github API.
http://develop.github.com/
64 stars 22 forks source link

Showing Pull Request Discussions API edit #8

Closed slapperwan closed 13 years ago

slapperwan commented 13 years ago

Hi, The return PullRequest object from PullRequestService.getPullRequest, I can't find the discussion object as stated at the http://develop.github.com/p/pulls.html. Or is there any other way to get the pull request discussion?

Thanks.

nabeelmukhtar commented 13 years ago

Thanks for reporting it. It has been fixed in the master branch.

slapperwan commented 13 years ago

Ok, thank you.