toggle menu
kt_kisopenapi
0.1.37
common
switch theme
search in API
kt_kisopenapi
/
io.github.devngho.kisopenapi.requests
/
HashKey
Hash
Key
class
HashKey
(
val
client
:
KisOpenApi
)
:
DataRequest
<
HashKey.HashKeyData
,
HashKey.HashKeyResponse
>
Members
Constructors
Hash
Key
Link copied to clipboard
constructor
(
client
:
KisOpenApi
)
Types
Companion
Link copied to clipboard
object
Companion
Hash
Key
Data
Link copied to clipboard
data
class
HashKeyData
(
val
value
:
String
)
:
Data
Hash
Key
Response
Link copied to clipboard
data
class
HashKeyResponse
(
val
hash
:
String
)
:
Response
Properties
client
Link copied to clipboard
open
override
val
client
:
KisOpenApi
Functions
call
Link copied to clipboard
open
suspend override
fun
call
(
data
:
HashKey.HashKeyData
)
:
HashKey.HashKeyResponse
데이터를 담은 요청을 전달합니다.