ApiResponse

interface ApiResponse

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <T> toJson(type: Class<T>): T
Link copied to clipboard
abstract fun toText(catchException: Boolean = true): String