Protocols
The following protocols are available globally.
-
Helper providing informations to sucessfully decode each model. Each CoinapaprikaAPI Model conforms to this protocol. Use decoder properties if you want to store our models.
See moreDeclaration
Swift
public protocol DecodableModel : Decodable
-
Helper providing informations to sucessfully encode each model. Each CoinapaprikaAPI Model conforms to this protocol. Use encoder properties if you want to store our models.
See moreDeclaration
Swift
public protocol EncodableModel : Encodable
-
Declaration
Swift
public protocol Requestable