toggle menu
methanol-parent
1.8.0-SNAPSHOT
jvm
switch theme
search in API
kotlin
/
com.github.mizosoft.methanol.samples.kotlin
/
GetPostJson
Get
Post
Json
object
GetPostJson
Members
Types
Markdown
Link copied to clipboard
@
Serializable
data
class
Markdown
(
val
text
:
String
,
val
context
:
String
,
val
mode
:
String
)
Repository
Link copied to clipboard
@
Serializable
data
class
Repository
(
val
description
:
String
,
val
fullName
:
String
)
Properties
client
Link copied to clipboard
val
client
:
<Error class: unknown class>
Functions
run
Get
Link copied to clipboard
suspend
fun
runGet
(
)
run
Post
Link copied to clipboard
suspend
fun
runPost
(
)