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

the getProjectByUser method only returns the first 10 projects for the specified user #11

Open
yu68 opened this issue Apr 15, 2015 · 2 comments

Comments

@yu68
Copy link

yu68 commented Apr 15, 2015

We have a BaseSpace account with about 130 projects in the system. But when I call initiate the myAPI class and call getProjectByUser, only the first 10 projects of this account are listed. I am not sure if there is problem on the communication with the API. Thanks!

@adamnation
Copy link

default is to limit the response to first 10 results.

see issue 9 for a similar example of how to pass limit higher than 10.

@yu68
Copy link
Author

yu68 commented May 7, 2015

Sorry, I didn't check this often. Thanks for the reply, it solves the problem.

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