Package-level declarations
Legacy, jquery-based RESTful API client with support for type-safe connectivity.
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An agent responsible for remote calls.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class NotImplemented(val url: String, val method: HttpMethod, message: String) : RemoteRequestException
Link copied to clipboard
open class RemoteRequestException(val code: Short, val url: String, val method: HttpMethod, message: String)
Link copied to clipboard
class ServerError(val url: String, val method: HttpMethod, message: String) : RemoteRequestException
Link copied to clipboard
class ServiceUnavailable(val url: String, val method: HttpMethod, message: String) : RemoteRequestException
Link copied to clipboard
class Unauthorized(val url: String, val method: HttpMethod, message: String) : RemoteRequestException
Link copied to clipboard
Code 0 does not represent any http status, it represent XHR error (e.g. network error, CORS failure).