support new SDK pagination changes #230

Closed
opened 2019-10-28 17:25:41 +01:00 by tzarebczan · 1 comment
tzarebczan commented 2019-10-28 17:25:41 +01:00 (Migrated from github.com)

See https://github.com/lbryio/lbry-sdk/releases/tag/v0.44.0 . There will be a patch to fix 2 other bugs founds recently, so don't upgrade to this one yet.

breaking API change for all list commands which now all always paginate - for simple upgrade in client code without implementing pagination logic use page: 1 page_size: 1000 or similar and just extract the list in items

See https://github.com/lbryio/lbry-sdk/releases/tag/v0.44.0 . There will be a patch to fix 2 other bugs founds recently, so don't upgrade to this one yet. ```breaking API change for all list commands which now all always paginate - for simple upgrade in client code without implementing pagination logic use page: 1 page_size: 1000 or similar and just extract the list in items ```
tzarebczan commented 2019-11-06 18:14:59 +01:00 (Migrated from github.com)

This is done.

This is done.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#230
No description provided.