AutomaticBodyDecoding
public protocol AutomaticBodyDecoding
A protocol for types that can be initialized from Data provided by a network response
-
Create
SelffromData?, or throw an errorDeclaration
Swift
init?(fromData: Data?) throwsParameters
fromDataThe data to decode
View on GitHub
Install in Dash
AutomaticBodyDecoding Protocol Reference