from Url
Retrieves a RetrievedAggregator from a given URL.
Return
An instance of RetrievedAggregator, wrapped in a Result monad, if successful. A failed Result wrapping the thrown Throwable in case of an error.
Parameters
url
The URL to retrieve the RetrievedAggregator from.
loader
An optional CsafLoader instance. Defaults to lazyLoader.