github-java-client icon indicating copy to clipboard operation
github-java-client copied to clipboard

IssueClient has nothing to do with issues.

Open bguedel opened this issue 4 years ago • 2 comments

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?

bguedel avatar Jun 03 '21 18:06 bguedel

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!

GriffinCodes avatar Aug 28 '21 20:08 GriffinCodes

Thanks GriffinCodes!

bguedel avatar Sep 07 '21 21:09 bguedel