An interface that tracks the settings for paged iteration
PagedAsyncIterableIteratorAn interface that allows async iterable iteration both to completion and by page.
PagedResultAn interface that describes how to communicate with the service.
Type Aliases PagedPaged collection of T items
Function Details getPagedAsyncIterator<TElement, TPage, TPageSettings, TLink>(PagedResult<TPage, TPageSettings, TLink>)returns an async iterator that iterates over results. It also has a byPage
method that returns pages of items at once.
function getPagedAsyncIterator<TElement, TPage, TPageSettings, TLink>(pagedResult: PagedResult<TPage, TPageSettings, TLink>): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>
Parameters
PagedResult<TPage, TPageSettings, TLink>
an object that specifies how to get pages.
ReturnsPagedAsyncIterableIterator<TElement, TPage, TPageSettings>
a paged async iterator that iterates over results.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4