LoggingService

interface LoggingService

Functions

Link copied to clipboard
@PUT(value = "/log")
abstract suspend fun putLog(@Body request: LoggingRequest): Response<LoggingResponse>
Link copied to clipboard
@PUT(value = "/log/list")
abstract suspend fun putLogList(@Body request: LogListRequest): Response<LogListResponse>