From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-k-v-service-mgr/get-calls.html | 14 ++++++++++++ .../-k-v-service-mgr/index.html | 26 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-k-v-service-mgr/get-calls.html create mode 100644 api/pl.treksoft.kvision.remote/-k-v-service-mgr/index.html (limited to 'api/pl.treksoft.kvision.remote/-k-v-service-mgr') diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-mgr/get-calls.html b/api/pl.treksoft.kvision.remote/-k-v-service-mgr/get-calls.html new file mode 100644 index 00000000..e37dc613 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-service-mgr/get-calls.html @@ -0,0 +1,14 @@ + + + +KVServiceMgr.getCalls - kvision + + + +kvision / pl.treksoft.kvision.remote / KVServiceMgr / getCalls
+
+

getCalls

+(js) +abstract fun getCalls(): Map<String, Pair<String, HttpMethod>> + + diff --git a/api/pl.treksoft.kvision.remote/-k-v-service-mgr/index.html b/api/pl.treksoft.kvision.remote/-k-v-service-mgr/index.html new file mode 100644 index 00000000..c0cbfa18 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-k-v-service-mgr/index.html @@ -0,0 +1,26 @@ + + + +KVServiceMgr - kvision + + + +kvision / pl.treksoft.kvision.remote / KVServiceMgr
+
+

KVServiceMgr

+(js) interface KVServiceMgr<T : Any> +

Functions

+ + + + + + + +
+(js) +

getCalls

+
+abstract fun getCalls(): Map<String, Pair<String, HttpMethod>>
+ + -- cgit