GoblinClientAPI2

class GoblinClientAPI2(val server: String, val defaultTimeout: Long = 30)

Constructors

Link copied to clipboard
constructor(server: String, defaultTimeout: Long = 30)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getQuery(api: String, timeOut: Long = defaultTimeout): <Error class: unknown class>
Link copied to clipboard
fun postQuery(api: String, timeOut: Long = defaultTimeout, inputStream: Supplier<InputStream>): <Error class: unknown class>