FetchSwarmUiModelsUseCaseImpl
class FetchSwarmUiModelsUseCaseImpl(val remoteDataSource: SwarmUiModelsRemoteDataSource) : FetchSwarmUiModelsUseCase(source)
Implements FetchSwarmUiModelsUseCase behavior in the SDAI domain layer.
Author
Dmitriy Moroz
Properties
Functions
Link copied to clipboard
open suspend operator override fun invoke(baseUrl: String, sessionId: String, credentials: AuthorizationCredentials = AuthorizationCredentials.None): List<SwarmUiModel>
Executes the invoke step in the SDAI domain layer.