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

API does not handle more than 25 projects in Redmine #35

Closed
dmigowski opened this issue Oct 30, 2013 · 1 comment
Closed

API does not handle more than 25 projects in Redmine #35

dmigowski opened this issue Oct 30, 2013 · 1 comment

Comments

@dmigowski
Copy link

The problem seems to be the function Api\Projects.all(), which simply calls the JSON API which doesn't return more than 25 projects if no limit is given. With limit, it returns up to 100 projects. To really make this usable, someone should either add a limit of 100 there, or should do a series of calls until all projects have been read in.

@kbsali
Copy link
Owner

kbsali commented Nov 12, 2013

fixed in #36,
@dmigowski you should now be able to pass an optional 'limit' param to all "all()" methods

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants