fetchLoras
abstract suspend fun fetchLoras(baseUrl: String, sessionId: String, credentials: AuthorizationCredentials): List<LoRA>(source)
Loads SDAI data through fetchLoras.
Return
Result produced by fetchLoras.
Author
Dmitriy Moroz
Parameters
baseUrl
base url value consumed by the API.
sessionId
session id value consumed by the API.
credentials
credentials value consumed by the API.