From a81c549e277d1a07e87cf8e2eecf89662deda323 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 23 Dec 2018 01:32:27 +0100 Subject: API documentation for KVision 0.0.22 --- .../-json-rpc-response/-init-.html | 14 ------ .../-json-rpc-response/error.html | 14 ------ .../-json-rpc-response/id.html | 14 ------ .../-json-rpc-response/index.html | 58 ---------------------- .../-json-rpc-response/jsonrpc.html | 14 ------ .../-json-rpc-response/result.html | 14 ------ 6 files changed, 128 deletions(-) delete mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/-init-.html delete mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/error.html delete mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/id.html delete mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/index.html delete mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/jsonrpc.html delete mode 100644 api/pl.treksoft.kvision.remote/-json-rpc-response/result.html (limited to 'api/pl.treksoft.kvision.remote/-json-rpc-response') diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/-init-.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/-init-.html deleted file mode 100644 index c1dbfc07..00000000 --- a/api/pl.treksoft.kvision.remote/-json-rpc-response/-init-.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -JsonRpcResponse.<init> - kvision - - - -kvision / pl.treksoft.kvision.remote / JsonRpcResponse / <init>
-
-

<init>

- -JsonRpcResponse(id: Int? = null, result: String? = null, error: String? = null, jsonrpc: String = "2.0") - - diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/error.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/error.html deleted file mode 100644 index 7e927e72..00000000 --- a/api/pl.treksoft.kvision.remote/-json-rpc-response/error.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -JsonRpcResponse.error - kvision - - - -kvision / pl.treksoft.kvision.remote / JsonRpcResponse / error
-
-

error

- -val error: String? - - diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/id.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/id.html deleted file mode 100644 index d8cf5251..00000000 --- a/api/pl.treksoft.kvision.remote/-json-rpc-response/id.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -JsonRpcResponse.id - kvision - - - -kvision / pl.treksoft.kvision.remote / JsonRpcResponse / id
-
-

id

- -val id: Int? - - diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html deleted file mode 100644 index bed2d298..00000000 --- a/api/pl.treksoft.kvision.remote/-json-rpc-response/index.html +++ /dev/null @@ -1,58 +0,0 @@ - - - -JsonRpcResponse - kvision - - - -kvision / pl.treksoft.kvision.remote / JsonRpcResponse
-
-

JsonRpcResponse

-data class JsonRpcResponse -

Constructors

- - - - - - - -
-

<init>

-
-JsonRpcResponse(id: Int? = null, result: String? = null, error: String? = null, jsonrpc: String = "2.0")
-

Properties

- - - - - - - - - - - - - - - - - - - -
-

error

-
-val error: String?
-

id

-
-val id: Int?
-

jsonrpc

-
-val jsonrpc: String
-

result

-
-val result: String?
- - diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/jsonrpc.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/jsonrpc.html deleted file mode 100644 index c0c5d72a..00000000 --- a/api/pl.treksoft.kvision.remote/-json-rpc-response/jsonrpc.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -JsonRpcResponse.jsonrpc - kvision - - - -kvision / pl.treksoft.kvision.remote / JsonRpcResponse / jsonrpc
-
-

jsonrpc

- -val jsonrpc: String - - diff --git a/api/pl.treksoft.kvision.remote/-json-rpc-response/result.html b/api/pl.treksoft.kvision.remote/-json-rpc-response/result.html deleted file mode 100644 index 6495717b..00000000 --- a/api/pl.treksoft.kvision.remote/-json-rpc-response/result.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -JsonRpcResponse.result - kvision - - - -kvision / pl.treksoft.kvision.remote / JsonRpcResponse / result
-
-

result

- -val result: String? - - -- cgit