Protocols
The following protocols are available globally.
-
API Service
See moreDeclaration
Swift
public protocol APIService
-
API model
Declaration
Swift
public protocol APIModel: Decodable
-
Protocol describing an response
See moreDeclaration
Swift
public protocol APIResponse: Decodable