fetchScriptInfo

open suspend override fun fetchScriptInfo(baseUrl: String, authorization: BasicHttpAuthorization?): List<StableDiffusionScriptInfoRaw>(source)

Loads SDAI data through fetchScriptInfo.

Return

Result produced by fetchScriptInfo.

Author

Dmitriy Moroz

Parameters

baseUrl

base url value consumed by the API.

authorization

authorization value consumed by the API.