I'm calling the API using the user.show method and would like to return all read_status updates about the user, however the array containing the read_statuses (GoodreadsResponse.user.updates.update) only contains 10 results.
Is there a way of increasing this number? I've tried some of the params mentioned in other posts - 'page=n', 'max-results=40', 'maxResults=40', 'start-index=2' but no luck with any of them. Any help would be greatly appreciated! Thanks!
I'm calling the API using the user.show method and would like to return all read_status updates about the user, however the array containing the read_statuses (GoodreadsResponse.user.updates.update) only contains 10 results.
Is there a way of increasing this number? I've tried some of the params mentioned in other posts - 'page=n', 'max-results=40', 'maxResults=40', 'start-index=2' but no luck with any of them. Any help would be greatly appreciated! Thanks!
Jen