KtorSdaiAppApi
class KtorSdaiAppApi(val httpClient: HttpClient, val appBaseUrl: String, val reportBaseUrl: String) : SdaiAppApi(source)
Ktor implementation of SDAI app metadata, model catalog, and report calls.
Author
Dmitriy Moroz
Parameters
httpClient
Configured Ktor client used to send SDAI service requests.
appBaseUrl
Base URL for SDAI app metadata and model catalogs.
reportBaseUrl
Base URL for problem report submissions.
Types
Properties
Functions
Link copied to clipboard
Loads SDAI data through fetchBonsaiModels.
Link copied to clipboard
Loads SDAI data through fetchCoreMlModels.
Link copied to clipboard
Loads SDAI data through fetchMediaPipeModels.
Link copied to clipboard
Loads SDAI data through fetchOnnxModels.
Link copied to clipboard
Loads SDAI data through fetchSdxlModels.
Link copied to clipboard
Loads SDAI data through fetchSupporters.
Link copied to clipboard
Executes the postReport step in the SDAI network layer.