RESTful API client with support for type-safe connectivity.
(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 |
(js)
HTTP_UNAUTHORIZED |
HTTP status unauthorized (401). const val HTTP_UNAUTHORIZED: Int |