fetchExtensions

abstract suspend fun fetchExtensions(baseUrl: String, authorization: BasicHttpAuthorization?): List<StableDiffusionExtensionRaw>(source)

Loads SDAI data through fetchExtensions.

Return

Result produced by fetchExtensions.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

authorization

authorization value consumed by the API.