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
Similar issue as #84.
retrieveMonitoredRepos and retrieveOrgsAndIntegrations in https://github.com/snyk-tech-services/snyk-scm-contributors-count/blob/main/src/lib/snyk/index.ts are calling /orgs endpoint with default limit which may not return all Organizations and thus results are incomplete. Also pagination is not supported by these functions currently.
retrieveMonitoredRepos
retrieveOrgsAndIntegrations
/orgs
Probably a similar fix as merged from #86 should be implemented to fix this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar issue as #84.
retrieveMonitoredRepos
andretrieveOrgsAndIntegrations
in https://github.com/snyk-tech-services/snyk-scm-contributors-count/blob/main/src/lib/snyk/index.ts are calling/orgs
endpoint with default limit which may not return all Organizations and thus results are incomplete. Also pagination is not supported by these functions currently.Probably a similar fix as merged from #86 should be implemented to fix this.
The text was updated successfully, but these errors were encountered: