We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're using the v3 API, because that was the one officially supported at the time.
This led us (for instance) to use this non-API call:
scriptworker/scriptworker/github.py
Lines 102 to 132 in 053e76b
That call created issues like #331, where we ended up manually caching the responses.
Moving to the GraphQL API may help us in removing that caching logic
https://developer.github.com/v4/guides/migrating-from-rest/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We're using the v3 API, because that was the one officially supported at the time.
This led us (for instance) to use this non-API call:
scriptworker/scriptworker/github.py
Lines 102 to 132 in 053e76b
That call created issues like #331, where we ended up manually caching the responses.
Moving to the GraphQL API may help us in removing that caching logic
https://developer.github.com/v4/guides/migrating-from-rest/
The text was updated successfully, but these errors were encountered: