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: unknown class>>

Gets the first user.

Link copied to clipboard
suspend fun getFirstUser2(): Response<<Error class: unknown class>>

Gets the first user.

Link copied to clipboard
suspend fun getStartupConfiguration(): Response<<Error class: unknown class>>

Gets the initial startup wizard configuration.

Link copied to clipboard
suspend fun setRemoteAccess(data: <Error class: unknown class>): Response<Unit>

Sets remote access and UPnP.

Link copied to clipboard
suspend fun updateInitialConfiguration(data: <Error class: unknown class>): Response<Unit>

Sets the initial startup wizard configuration.

Link copied to clipboard
suspend fun updateStartupUser(data: <Error class: unknown class>? = null): Response<Unit>

Sets the user name and password.