Protocols

The following protocols are available globally.

  • API model

    Declaration

    Swift

    public protocol APIModel: Decodable
  • Protocol describing an response

    See more

    Declaration

    Swift

    public protocol APIResponse: Decodable