This repository was archived by the owner on Sep 16, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat(sortKey): allow
sortKey
orblockHeight
to be provided via qu… #76feat(sortKey): allow
sortKey
orblockHeight
to be provided via qu… #76Changes from 15 commits
826f29a
08c691c
b9875c6
44fa04b
fc3759e
b504466
305a9e6
1da0d01
f621eeb
97169f6
754d20b
a454ff4
5382946
9d0126b
062314b
6e458d1
8dcbd08
cf27d27
26ee31b
98d2433
a0889df
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something to think about - this list will eventually become untenably large and we may have to start thinking about how to handle these types of requests in a streaming fashion (e.g. some combination of generator functions, streamed responses, and pages of data at a time).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have a ticket to add pagination, but there is more work to do for stream responses/generators - will create a ticket
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pagination is great start. There isn't yet a clear use case for a streaming version and the complexity would be way higher. You're on the right track already.