Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include GitHub v4 GraphQL API #2170

Open
gregfurman opened this issue Jan 22, 2024 · 1 comment
Open

Include GitHub v4 GraphQL API #2170

gregfurman opened this issue Jan 22, 2024 · 1 comment
Labels
P2 Nice to fix: non-critical items that should be evaluated and planned during issue triage user-story

Comments

@gregfurman
Copy link
Contributor

gregfurman commented Jan 22, 2024

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

@evankanderson evankanderson added the P2 Nice to fix: non-critical items that should be evaluated and planned during issue triage label Jul 10, 2024
@evankanderson
Copy link
Member

@gregfurman -- do you still need this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Nice to fix: non-critical items that should be evaluated and planned during issue triage user-story
Projects
None yet
Development

No branches or pull requests

2 participants