root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common.utils
/
GoblinClientAPI2
Goblin
Client
API2
goblin-common
class
GoblinClientAPI2
(
val
server
:
String
,
val
defaultTimeout
:
Long
=
30
)
Members
Constructors
Goblin
Client
API2
Link copied to clipboard
goblin-common
constructor
(
server
:
String
,
defaultTimeout
:
Long
=
30
)
Properties
default
Timeout
Link copied to clipboard
goblin-common
val
defaultTimeout
:
Long
=
30
server
Link copied to clipboard
goblin-common
val
server
:
String
Functions
get
Query
Link copied to clipboard
goblin-common
fun
getQuery
(
api
:
String
,
timeOut
:
Long
=
defaultTimeout
)
:
<Error class: unknown class>
post
Query
Link copied to clipboard
goblin-common
fun
postQuery
(
api
:
String
,
timeOut
:
Long
=
defaultTimeout
,
inputStream
:
Supplier
<
InputStream
>
)
:
<Error class: unknown class>