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 --- api/pl.treksoft.kvision.remote/with-profile.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/with-profile.html (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 new file mode 100644 index 00000000..5ff1ee96 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/with-profile.html @@ -0,0 +1,17 @@ + + + +withProfile - kvision + + + +kvision / pl.treksoft.kvision.remote / withProfile
+
+

withProfile

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

A helper extension function for processing with authenticated user profile.

+ + -- cgit