github-java-client
github-java-client copied to clipboard
IssueClient has nothing to do with issues.
Re: IssueClient
Has nothing to do with issues; Its more of a "comments client". Currently there does not look like there is an implementation of a client to "fetch an issue" or "fetch all issues" or "change an issue".
These are things I would expect to see in the issueclient;
Is there any support for a client for actual issues in the future?
As the README states, the project was not built to cover the entire API, only what was needed. Comments do belong in the IssueClient because they are issue comments. I've added some endpoints to the IssueClient around Issues, including the ones you mentioned, in #73. Enjoy!
Thanks GriffinCodes!