Responses
-
A response with no properties.
See moreDeclaration
Swift
public struct EmptyResponse : Codable, Sendable
-
A response which contains pages of data.
See moreDeclaration
Swift
public protocol PagedResponse
-
A response with binary data.
See moreDeclaration
Swift
public protocol BinaryResponse : Decodable
-
A response with plain text.
See moreDeclaration
Swift
public protocol PlainTextResponse : Decodable