Kitaru

FetchingImporter

Importer object that also fetches payloads from a provider API.

Functions

funcfetch(self, query) -> Iterator[bytes] | AsyncIterator[bytes]

Fetch payloads matching a query, sync or async.

paramself
paramquerydict[str, Any]

Returns

collections.abc.Iterator[bytes] | collections.abc.AsyncIterator[bytes]

On this page