MCPcopy
hub / github.com/apify/crawlee / get

Method get

packages/types/src/storages.ts:85–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84export interface DatasetClient<Data extends Dictionary = Dictionary> {
85 get(): Promise<DatasetInfo | undefined>;
86 update(newFields: DatasetClientUpdateOptions): Promise<Partial<DatasetInfo>>;
87 delete(): Promise<void>;
88 downloadItems(...args: unknown[]): Promise<Buffer>;

Callers 15

robots.test.tsFile · 0.65
sitemap.test.tsFile · 0.65
extractUrlsFromCheerioFunction · 0.65
getStagehandMethod · 0.65
_cleanupStagehandMethod · 0.65
getDefaultExecutablePathFunction · 0.65
createLaunchOptionsFunction · 0.65
_getChromeExecutablePathFunction · 0.65
getClientMethod · 0.65
getResponseMethod · 0.65

Implementers 1

DatasetClientpackages/memory-storage/src/resource-c

Calls

no outgoing calls

Tested by 1

requestHandlerFunction · 0.52