NollyAPI
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
NollyAPI
NollyAPI
/
com.thenolle.api.nollyapi.util.web
Package-level
declarations
Types
Types
Api
Response
Link copied to clipboard
@
Serializable
data
class
ApiResponse
<
T
>
(
val
success
:
Boolean
,
val
data
:
T
?
=
null
,
val
error
:
String
?
=
null
)
A generic data class representing the structure of an API response.