From a817e908e6df82b9b6d69758635c852c7a5f628e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 20 Jan 2020 15:32:35 +0100 Subject: API documentation for KVision 2.9.0 --- api/pl.treksoft.kvision.rest/-rest-client/call.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'api/pl.treksoft.kvision.rest/-rest-client/call.html') diff --git a/api/pl.treksoft.kvision.rest/-rest-client/call.html b/api/pl.treksoft.kvision.rest/-rest-client/call.html index a1004fe5..5f017ef9 100644 --- a/api/pl.treksoft.kvision.rest/-rest-client/call.html +++ b/api/pl.treksoft.kvision.rest/-rest-client/call.html @@ -21,7 +21,7 @@

contentType - a content type of the request

-beforeSend - a content type of the request

+beforeSend - a function to set request parameters

transform - a function to transform the result of the call

Return
@@ -39,7 +39,7 @@ a promise of the result

contentType - a content type of the request

-beforeSend - a content type of the request

+beforeSend - a function to set request parameters

Return
a promise of the result

@@ -57,7 +57,7 @@ a promise of the result

contentType - a content type of the request

-beforeSend - a content type of the request

+beforeSend - a function to set request parameters

transform - a function to transform the result of the call

Return
@@ -77,7 +77,7 @@ a promise of the result

contentType - a content type of the request

-beforeSend - a content type of the request

+beforeSend - a function to set request parameters

transform - a function to transform the result of the call

Return
@@ -95,7 +95,7 @@ a promise of the result

contentType - a content type of the request

-beforeSend - a content type of the request

+beforeSend - a function to set request parameters

transform - a function to transform the result of the call

Return
-- cgit