APIResponseEndpoint
public protocol APIResponseEndpoint : APIEndpoint
Endpoint protocol extending APIEndpoint having decodable associated type, which is used
for automatic deserialization.
-
Associated type describing the return type conforming to
Decodableprotocol. This is only a phantom-type used byAPIAdapterfor automatic decoding/deserialization of API results.Declaration
Swift
associatedtype Response : Decodable
View on GitHub
APIResponseEndpoint Protocol Reference