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

Limit in extracting content from a request ??? #751

Closed
anjelinejeline opened this issue Aug 1, 2024 · 1 comment
Closed

Limit in extracting content from a request ??? #751

anjelinejeline opened this issue Aug 1, 2024 · 1 comment

Comments

@anjelinejeline
Copy link

Hello I would like to understand whether there's a limit in extracting content from a request.
Specifically I need to retrieve 1493 items but if I use the content function I am capable to retrieve just the first 300.

This did not occur when I limited the request to 53 items.
Can you please confirm my understanding? Is there a way to increase the limits so that I can retrieve all items at once?

> # Count number of articles 
> content(response_board_articles)$count
[1] 1493
> # JSON response structured into parsed data to extract the result
> result <- content(response_board_articles, as="parsed")$result 
> length(result)
[1] 300
@anjelinejeline
Copy link
Author

I am really sorry this is not a problem of the package but of the API .. I will close the issue !!!

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

1 participant