-
Notifications
You must be signed in to change notification settings - Fork 897
Open
Labels
debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.documentationImprovements or additions to documentation.Improvements or additions to documentation.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Milestone
Description
- https://github.com/apify/crawlee-python/tree/master/src/crawlee/request_loaders
- Update guides similarly to crawlee-python - Update "Request storage" & "Result storage" guides to reflect the v0.5 state crawlee-python#833
Metadata
Metadata
Assignees
Labels
debtCode quality improvement or decrease of technical debt.Code quality improvement or decrease of technical debt.documentationImprovements or additions to documentation.Improvements or additions to documentation.t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
janbuchar commentedon Jul 30, 2025
Most of the work has already been done in #2914 (issue #2499).
It remains to rename
IRequestList
toIRequestLoader
, makeIRequestManager
cleanly extendIRequestLoader
and get rid ofRequestListAdapter
andRequestProvider
.