toggle menu
kt_kisopenapi
0.2.4
common
switch theme
search in API
kt_kisopenapi
/
io.github.devngho.kisopenapi.requests
/
NoDataRequest
No
Data
Request
interface
NoDataRequest
<
T
:
Response
>
:
Request
<
T
>
데이터가 필요하지 않은 API 요청을 나타냅니다.
Inheritors
GrantLiveToken
GrantToken
Members
Properties
client
Link copied to clipboard
abstract
val
client
:
KISApiClient
Functions
call
Link copied to clipboard
abstract
suspend
fun
call
(
)
:
Result
<
T
>
데이터를 담지 않고 API를 호출한 후 결과를 반환합니다.