Investigate whether we can: - reduce API calls - set concurrency limits - _other_
Activity
domoscargin commentedon Dec 19, 2024
We can investigate the graphQL API to collect more data in one call.
Something like:
would get the repo metadata, and the package file in one go. (I don't know GraphQL...)