Structures
The following structures are available globally.
-
An endpoint in the REST meaning.
See moreDeclaration
Swift
public struct Endpoint<RequestType, ResponseType>Parameters
RequestTypeThe type of the request parameter.
ResponseTypeThe 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
Structures Reference