JSONService
public class JSONService : Service<URLSessionJSONNetworkHandler>
JSONService provides an initialization of a Service with a URLSessionJSONNetworkHandler that uses JSON as encoding and decoding strategy
-
initializes the
Servicewith a pre-specifiedURLand theURLSessionJSONNetworkHandlerDeclaration
Swift
public init(url: URL)
View on GitHub
JSONService Class Reference