StartupApi

class StartupApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun completeWizard(): Response<Unit>

Completes the startup wizard.

Link copied to clipboard
suspend fun getFirstUser(): Response<ERROR CLASS: Symbol not found for StartupUserDto>

Gets the first user.

Link copied to clipboard
suspend fun getFirstUser2(): Response<ERROR CLASS: Symbol not found for StartupUserDto>

Gets the first user.

Link copied to clipboard
suspend fun getStartupConfiguration(): Response<ERROR CLASS: Symbol not found for StartupConfigurationDto>

Gets the initial startup wizard configuration.

Link copied to clipboard
suspend fun setRemoteAccess(data: ERROR CLASS: Symbol not found for StartupRemoteAccessDto): Response<Unit>

Sets remote access and UPnP.

Link copied to clipboard
suspend fun updateInitialConfiguration(data: ERROR CLASS: Symbol not found for StartupConfigurationDto): Response<Unit>

Sets the initial startup wizard configuration.

Link copied to clipboard
suspend fun updateStartupUser(data: ERROR CLASS: Symbol not found for StartupUserDto?? = null): Response<Unit>

Sets the user name and password.