requestServer Function

suspend fun requestServer(baseUri: String, code: Int)

Downloads the list of languages available from the server.

Parameters

  • baseUri — the server to download from.
  • code — the language code to install.
Top