Responses

  • A response with no properties.

    See more

    Declaration

    Swift

    public struct EmptyResponse : Codable
  • A response which contains pages of data.

    See more

    Declaration

    Swift

    public protocol PagedResponse
  • A response with binary data.

    See more

    Declaration

    Swift

    public protocol BinaryResponse : Decodable
  • A response with plain text.

    See more

    Declaration

    Swift

    public protocol PlainTextResponse : Decodable