feat: expand readwise example

This commit is contained in:
Alexander Navarro 2024-12-02 10:33:53 -03:00
parent 8f424d45f7
commit 5d00b7c336
3 changed files with 192 additions and 45 deletions

View file

@ -107,6 +107,7 @@ func (collection *Collection) FetchNodes(
startPagination Pagination,
poolConfig *WorkConfig,
) error {
fmt.Printf("Fetching nodes for Collection: %d - %v\n", collection.Id, collection.name)
values, err := fetchWithPagination(ctx, poolConfig, fetcher, startPagination)
if err != nil {
return err