Companion

object Companion

Functions

Link copied to clipboard
suspend fun fromDomain(domain: String, loader: CsafLoader = lazyLoader): Result<RetrievedAggregator>

Retrieves a RetrievedAggregator from a given domain using the well-known URL /.well-known/csaf-aggregator/aggregator.json.

Link copied to clipboard

Retrieves a RetrievedAggregator asynchronously from the provided domain.

Link copied to clipboard
suspend fun fromUrl(url: String, loader: CsafLoader = lazyLoader): Result<RetrievedAggregator>

Retrieves a RetrievedAggregator from a given URL.

Link copied to clipboard

Retrieves a RetrievedAggregator asynchronously from the provided URL.