Package-level declarations
Functions
Link copied to clipboard
fun UserService.authUser(email: String, password: String, dispatcher: CoroutineDispatcher): Single<UserAuthResponse>
Link copied to clipboard
Link copied to clipboard
fun FirmwareService.firmwareCheck(data: WristbandNetwork, dispatcher: CoroutineDispatcher): Single<FirmwareCheckResponse>
Link copied to clipboard
fun DataService.loadShortSummary(from: Long? = null, fromTime: Long? = null, toTime: Long? = null, limit: Long? = null, sensorId: String? = null, dispatcher: CoroutineDispatcher): Single<LoadResponse<ShortSummaryNetwork>>
Link copied to clipboard
Link copied to clipboard
fun UserService.registerUser(email: String, password: String, dispatcher: CoroutineDispatcher): Single<UserAuthResponse>
Link copied to clipboard
fun DevicesService.registerWristband(data: WristbandNetwork, dispatcher: CoroutineDispatcher): Single<StatusResponse>
Link copied to clipboard
fun UserService.resetPassword(email: String, phoneNetwork: UserPhoneNetwork, dispatcher: CoroutineDispatcher): Single<StatusResponse>
Link copied to clipboard
fun DevicesService.resetPin(serial: String, dispatcher: CoroutineDispatcher): Single<StatusResponse>
Link copied to clipboard
fun DevicesService.updatePhones(data: PhoneNetwork, dispatcher: CoroutineDispatcher): Single<StatusResponse>
Link copied to clipboard
fun UserService.updateUserInfo(userInfo: UserInfoNetwork, integrations: List<UserIntegrationsNetwork>? = null, dispatcher: CoroutineDispatcher): Single<UserAuthResponse>
Link copied to clipboard
fun AvatarService.uploadAvatar(file: ReadableStream, fileName: String, dispatcher: CoroutineDispatcher): Single<AvatarUploadResponse>
Link copied to clipboard
fun DataService.uploadEvents(data: List<EventNetwork>, dispatcher: CoroutineDispatcher): Single<StatusResponse>