AlamofireProvider

open class AlamofireProvider<Target> : NetworkService where Target : NetworkEndpoint

Undocumented

  • Declaration

    Swift

    public var config: URLSessionConfiguration? { get set }
  • Undocumented

    Declaration

    Swift

    public var manager: SessionManager
  • Undocumented

    Declaration

    Swift

    public init(_ config: URLSessionConfiguration? = nil)
  • Undocumented

    Declaration

    Swift

    public init(manager: SessionManager)
  • Declaration

    Swift

    public func fetch(_ target: Target, completion: @escaping (Data?, Error?) -> Void) -> URLSessionTask?