You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this point StacClient doesn't really support Franklin pagination (only manually via passing an appropriately filled SearchFilters object).
It means that if there would be more that 10-15 items it would be problematic to query all the items.
This task is to improve the interface and to use fs2.Streams an under the hood that seamless handles pagination.
UPD: Pagination is not tested and probably its usage should be omitted for now: #140 (comment)
The text was updated successfully, but these errors were encountered:
Improvement
At this point StacClient doesn't really support Franklin pagination (only manually via passing an appropriately filled
SearchFilters
object).It means that if there would be more that 10-15 items it would be problematic to query all the items.
This task is to improve the interface and to use
fs2.Streams
an under the hood that seamless handles pagination.UPD: Pagination is not tested and probably its usage should be omitted for now: #140 (comment)
The text was updated successfully, but these errors were encountered: