kvision / pl.treksoft.kvision.rest

Package pl.treksoft.kvision.rest

RESTful API client with support for type-safe connectivity.

Types

(js)

HttpMethod

enum class HttpMethod
(js)

Response

A response wrapper

data class Response<T>
(js)

RestClient

An agent responsible for remote calls.

open class RestClient

Properties

(js)

HTTP_UNAUTHORIZED

HTTP status unauthorized (401).

const val HTTP_UNAUTHORIZED: Int