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
get_household_timeline will always return number of entries as a multiple of 25 as page_size=max_entries_per_page.
get_household_timeline
page_size=max_entries_per_page
E.g. setting entries=1 returns 25 entries, where setting entries=26 returns 50 entries.
entries=1
entries=26
surepy/surepy/__init__.py
Lines 245 to 264 in 5d72298
The text was updated successfully, but these errors were encountered:
No branches or pull requests
get_household_timeline
will always return number of entries as a multiple of 25 aspage_size=max_entries_per_page
.E.g. setting
entries=1
returns 25 entries, where settingentries=26
returns 50 entries.surepy/surepy/__init__.py
Lines 245 to 264 in 5d72298
The text was updated successfully, but these errors were encountered: