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
/
ApiResponse
/
ApiResponse
Api
Response
constructor
(
success
:
Boolean
,
data
:
T
?
=
null
,
error
:
String
?
=
null
)
Parameters
T
The type of the data returned in the response.