Structures
The following structures are available globally.
-
An endpoint in the REST meaning.
See moreDeclaration
Swift
public struct Endpoint<RequestType, ResponseType>
Parameters
RequestType
The type of the request parameter.
ResponseType
The type of th response.
-
Represents a lower-level HTTP request.
See moreDeclaration
Swift
public struct HTTPRequest
-
Represents nothing. To be used for requests that sends or expects no data.
See moreDeclaration
Swift
public struct Nothing : Codable