fetchAll

suspend fun fetchAll(loader: CsafLoader = lazyLoader): List<Result<RetrievedProvider>>

Fetches all providers and publishers, optionally using the specified loader.

Return

A list of Result objects containing RetrievedProvider instances.

Parameters

loader

An optional CsafLoader instance to use for fetching data. Defaults to lazyLoader.