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/with-profile.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.remote/with-profile.html') diff --git a/api/pl.treksoft.kvision.remote/with-profile.html b/api/pl.treksoft.kvision.remote/with-profile.html index 5ff1ee96..787964b1 100644 --- a/api/pl.treksoft.kvision.remote/with-profile.html +++ b/api/pl.treksoft.kvision.remote/with-profile.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.remote / withProfile

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