-
the route which identifies this endpoint
Declaration
Swift
var route: String -
Undocumented
Declaration
Swift
required init(from decoder: Decoder) throws -
Converts the route to the endpoint name used by facade
Declaration
Swift
static func endpointName(from route: String) -> StringParameters
routetop level route which identifies the endpoint
Return Value
endpoint name used by facade
-
Converts the endpoint name used by facade to its route
Declaration
Swift
static func routeName(from name: String) -> StringParameters
nameendpoint name used by facade
Return Value
top level route which identifies the endpoint
View on GitHub
Endpoint Class Reference