Endpoint

abstract class Endpoint(endpointPath: String, val method: HttpMethod)

Inheritors

Constructors

Link copied to clipboard
constructor(endpointPath: String, method: HttpMethod)

Properties

Link copied to clipboard
val method: HttpMethod
Link copied to clipboard