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
Add helper methods for direct interaction with default storages (e.g.: add_requests, get_data, export_to + optionally use_state and push_data but those two need to be in the crawling context mainly)
Explore the TS version to find out what helpers we should introduce.
The method on storage should just call the underlying method of the storage client.
add_requests,get_data,export_to+ optionallyuse_stateandpush_databut those two need to be in the crawling context mainly)add_requests: batch_add_requests from apify-python-client and batch_add_requests from MemoryStorageClient.