From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api1/pl.treksoft.kvision.rest/index.html | 48 ++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 api1/pl.treksoft.kvision.rest/index.html (limited to 'api1/pl.treksoft.kvision.rest/index.html') diff --git a/api1/pl.treksoft.kvision.rest/index.html b/api1/pl.treksoft.kvision.rest/index.html new file mode 100644 index 00000000..252116c8 --- /dev/null +++ b/api1/pl.treksoft.kvision.rest/index.html @@ -0,0 +1,48 @@ + + + +pl.treksoft.kvision.rest - kvision + + + +kvision / pl.treksoft.kvision.rest
+
+

Package pl.treksoft.kvision.rest

+

RESTful API client with support for type-safe connectivity.

+

Types

+ + + + + + + + + + + +
+

HttpMethod

+
+enum class HttpMethod
+

RestClient

+
+open class RestClient +

An agent responsible for remote calls.

+
+

Properties

+ + + + + + + +
+

HTTP_UNAUTHORIZED

+
+const val HTTP_UNAUTHORIZED: Int +

HTTP status unauthorized (401).

+
+ + -- cgit