blob: 252116c84000c6d860514a14e76f0875c4aa3a30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>pl.treksoft.kvision.rest - kvision</title>
<link rel="stylesheet" href="../../style.css">
</HEAD>
<BODY>
<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.rest</a><br/>
<br/>
<h2>Package pl.treksoft.kvision.rest</h2>
<p>RESTful API client with support for type-safe connectivity.</p>
<h3>Types</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-http-method/index.html">HttpMethod</a></p>
</td>
<td>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">HttpMethod</span></code></td>
</tr>
<tr>
<td>
<p><a href="-rest-client/index.html">RestClient</a></p>
</td>
<td>
<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RestClient</span></code>
<p>An agent responsible for remote calls.</p>
</td>
</tr>
</tbody>
</table>
<h3>Properties</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-h-t-t-p_-u-n-a-u-t-h-o-r-i-z-e-d.html">HTTP_UNAUTHORIZED</a></p>
</td>
<td>
<code><span class="keyword">const</span> <span class="keyword">val </span><span class="identifier">HTTP_UNAUTHORIZED</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a></code>
<p>HTTP status unauthorized (401).</p>
</td>
</tr>
</tbody>
</table>
</BODY>
</HTML>
|