1 Commits

Author SHA1 Message Date
Rafael Miller
815963890f
feat(sdks): next cursor pagination (#2067)
* feat(sdks): next cursor pagination

- Default auto-pagination enabled; pass { autoPaginate: false } (JS) or PaginationConfig(auto_paginate=False) (Python) to restore single-page behavior.
- Potentially larger responses and fewer calls by default.

* good to go

* bump sdks version

* fixed tests and endpoints

* addressed cubic's appointments

* docs

* cubic's appointments

* Update apps/js-sdk/firecrawl/src/v2/methods/crawl.ts

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* here we go

* Update apps/python-sdk/firecrawl/v2/utils/http_client.py

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* Update apps/python-sdk/firecrawl/v2/methods/crawl.py

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* Update apps/python-sdk/firecrawl/__tests__/unit/v2/methods/test_pagination.py

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* rafa:

* Update apps/python-sdk/firecrawl/v2/methods/crawl.py

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

* Update example_pagination.py

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-08-29 20:01:51 -03:00