Responses

  • A response with no properties.

    See more

    Declaration

    Swift

    public struct EmptyResponse : Codable, Sendable
  • A response that exposes pagination links and a page of resource data.

    See more

    Declaration

    Swift

    public protocol PagedResponse
  • A response type that is initialized directly from binary data instead of JSON.

    See more

    Declaration

    Swift

    public protocol BinaryResponse : Decodable
  • A response type that is initialized directly from plain text instead of JSON.

    See more

    Declaration

    Swift

    public protocol PlainTextResponse : Decodable