-
Notifications
You must be signed in to change notification settings - Fork 16
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
Call GitHub graphql API directly from python #2590
Comments
github-project-automation
bot
moved this to Icebox
in Simpler.Grants.gov Product Backlog
Oct 25, 2024
widal001
changed the title
[Analytics] Call GitHub graphql API directly from python
Call GitHub graphql API directly from python
Oct 30, 2024
Bumping this to sprint 1.4 since I won't have a chance to work on this until I'm back in office and it's not blocking anything. |
1 task
github-project-automation
bot
moved this from In Review
to Done
in Simpler Grants Product & Delivery
Jan 24, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Update the
analytics.integrations.github
sub-package to call the GitHub GraphQL API directly from python instead of using thegh
CLI as an intermediary.Motivation
gh
CLI uses a pinned version of go that has a CVEAcceptance criteria
analytics.integrations.github
sub-package calls the GitHub GraphQL API without using thegh
CLImake-graphql-query.sh
has been replaced with a conceptually similar python function or methodgh
CLI tool andjq
are removed from theanalytics/Dockerfile
The text was updated successfully, but these errors were encountered: