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.
paramselfparamquerydict[str, Any]Returns
collections.abc.Iterator[bytes] | collections.abc.AsyncIterator[bytes]