Responses
-
A response with no properties.
See moreDeclaration
Swift
public struct EmptyResponse : Codable, Sendable -
A response that exposes pagination links and a page of resource data.
See moreDeclaration
Swift
public protocol PagedResponse -
A response type that is initialized directly from binary data instead of JSON.
See moreDeclaration
Swift
public protocol BinaryResponse : Decodable -
A response type that is initialized directly from plain text instead of JSON.
See moreDeclaration
Swift
public protocol PlainTextResponse : Decodable
View on GitHub
Responses Reference