From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-http-method/-d-e-l-e-t-e.html | 14 ++++++ .../-http-method/-g-e-t.html | 14 ++++++ .../-http-method/-o-p-t-i-o-n-s.html | 14 ++++++ .../-http-method/-p-o-s-t.html | 14 ++++++ .../-http-method/-p-u-t.html | 14 ++++++ .../-http-method/index.html | 58 ++++++++++++++++++++++ 6 files changed, 128 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-http-method/-d-e-l-e-t-e.html create mode 100644 api/pl.treksoft.kvision.remote/-http-method/-g-e-t.html create mode 100644 api/pl.treksoft.kvision.remote/-http-method/-o-p-t-i-o-n-s.html create mode 100644 api/pl.treksoft.kvision.remote/-http-method/-p-o-s-t.html create mode 100644 api/pl.treksoft.kvision.remote/-http-method/-p-u-t.html create mode 100644 api/pl.treksoft.kvision.remote/-http-method/index.html (limited to 'api/pl.treksoft.kvision.remote/-http-method') diff --git a/api/pl.treksoft.kvision.remote/-http-method/-d-e-l-e-t-e.html b/api/pl.treksoft.kvision.remote/-http-method/-d-e-l-e-t-e.html new file mode 100644 index 00000000..6b384ac3 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-http-method/-d-e-l-e-t-e.html @@ -0,0 +1,14 @@ + + + +HttpMethod.DELETE - kvision + + + +kvision / pl.treksoft.kvision.remote / HttpMethod / DELETE
+
+

DELETE

+(js) +DELETE + + diff --git a/api/pl.treksoft.kvision.remote/-http-method/-g-e-t.html b/api/pl.treksoft.kvision.remote/-http-method/-g-e-t.html new file mode 100644 index 00000000..f3be682a --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-http-method/-g-e-t.html @@ -0,0 +1,14 @@ + + + +HttpMethod.GET - kvision + + + +kvision / pl.treksoft.kvision.remote / HttpMethod / GET
+
+

GET

+(js) +GET + + diff --git a/api/pl.treksoft.kvision.remote/-http-method/-o-p-t-i-o-n-s.html b/api/pl.treksoft.kvision.remote/-http-method/-o-p-t-i-o-n-s.html new file mode 100644 index 00000000..ec75ff4b --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-http-method/-o-p-t-i-o-n-s.html @@ -0,0 +1,14 @@ + + + +HttpMethod.OPTIONS - kvision + + + +kvision / pl.treksoft.kvision.remote / HttpMethod / OPTIONS
+
+

OPTIONS

+(js) +OPTIONS + + diff --git a/api/pl.treksoft.kvision.remote/-http-method/-p-o-s-t.html b/api/pl.treksoft.kvision.remote/-http-method/-p-o-s-t.html new file mode 100644 index 00000000..071fd090 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-http-method/-p-o-s-t.html @@ -0,0 +1,14 @@ + + + +HttpMethod.POST - kvision + + + +kvision / pl.treksoft.kvision.remote / HttpMethod / POST
+
+

POST

+(js) +POST + + diff --git a/api/pl.treksoft.kvision.remote/-http-method/-p-u-t.html b/api/pl.treksoft.kvision.remote/-http-method/-p-u-t.html new file mode 100644 index 00000000..3e8b761f --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-http-method/-p-u-t.html @@ -0,0 +1,14 @@ + + + +HttpMethod.PUT - kvision + + + +kvision / pl.treksoft.kvision.remote / HttpMethod / PUT
+
+

PUT

+(js) +PUT + + diff --git a/api/pl.treksoft.kvision.remote/-http-method/index.html b/api/pl.treksoft.kvision.remote/-http-method/index.html new file mode 100644 index 00000000..8415cc7d --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-http-method/index.html @@ -0,0 +1,58 @@ + + + +HttpMethod - kvision + + + +kvision / pl.treksoft.kvision.remote / HttpMethod
+
+

HttpMethod

+(js) enum class HttpMethod +

Enum Values

+ + + + + + + + + + + + + + + + + + + + + + + +
+(js) +

GET

+
+
+(js) +

POST

+
+
+(js) +

PUT

+
+
+(js) +

DELETE

+
+
+(js) +

OPTIONS

+
+
+ + -- cgit