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

Add pagination support to transactions index endpoint #17

Merged
merged 1 commit into from
Jul 29, 2022

Conversation

marijnvanderhorst
Copy link
Member

@marijnvanderhorst marijnvanderhorst commented Jul 29, 2022

Proposed changes

The transactions index endpoint now requests multiple pages (all available) when multiple pages are present.

Fixes AB#296.

Types of changes

What types of changes does your code introduce to this repository?

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Testing

Explain here how to run your unit tests, and explain how to execute manual testing.

Unit testing

Nope :(

Manual testing

Try get_transactions function for dataset with > 10,000 transactions and verify that returned data frame contains all transactions that are available.

Further comments

n/a

@marijnvanderhorst marijnvanderhorst merged commit 5f06e30 into develop Jul 29, 2022
@marijnvanderhorst marijnvanderhorst deleted the feature/trans-index-pages branch July 29, 2022 11:18
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

Successfully merging this pull request may close these issues.

None yet

2 participants