SimpleAPI

@SerialName(value = "SimpleAPI")
abstract class SimpleAPI<Request, Response>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getMethod(): HttpMethod
Link copied to clipboard
abstract fun getPath(): String
Link copied to clipboard
abstract fun getPort(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun parseRequest(json: String): Request
Link copied to clipboard
abstract fun parseResponse(json: String): Response