From f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 29 Jan 2019 23:41:38 +0100 Subject: API documentation for KVision 0.0.23 --- api/pl.treksoft.kvision.remote/index.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/index.html') diff --git a/api/pl.treksoft.kvision.remote/index.html b/api/pl.treksoft.kvision.remote/index.html index a2620d5a..fdaa1be6 100644 --- a/api/pl.treksoft.kvision.remote/index.html +++ b/api/pl.treksoft.kvision.remote/index.html @@ -94,16 +94,6 @@ Not used on the js platform.

-

Request

- - -actual interface Request -

A server request. -Not used on the js platform.

- - - -

SecurityMgr

@@ -177,7 +167,7 @@ Not used on the js platform.

withProfile

-fun <RESP> Request.withProfile(block: (Profile) -> RESP): RESP
+fun <RESP> <ERROR CLASS>.withProfile(block: (Profile) -> RESP): RESP
fun <RESP> withProfile(block: (Profile) -> RESP): RESP

A helper extension function for processing with authenticated user profile.

-- cgit