minder icon indicating copy to clipboard operation
minder copied to clipboard

Include GitHub v4 GraphQL API

Open gregfurman opened this issue 1 year ago • 1 comments

Please describe the enhancement

Currently, the GitHub REST API only supports up to v3 which does not include some important automation functionality -- namely the v3 cannot make a REST calls to resolve comments.

Solution Proposal

google/go-github suggests using shurcooL/githubv4 for GraphQL queries. Alternatively, GraphQL requests could be implemented from first principles but a library would probably be an easier solution.

This should be added in and included to allow for richer interaction with the GitHub API.

Describe alternatives you've considered

NA

Additional context

NA

Acceptance Criteria

NA

gregfurman avatar Jan 22 '24 16:01 gregfurman

@gregfurman -- do you still need this?

evankanderson avatar Sep 10 '24 13:09 evankanderson

Closing as we don't have an immediate need for this. Feel free to comment if needed.

eleftherias avatar Jan 28 '25 14:01 eleftherias