ItunesTarget
public enum ItunesTarget
extension ItunesTarget: TargetType
extension ItunesTarget: DecodableTargetType
Endpoints for itunes api.
-
Declaration
Swift
case lookup(bundleId: String) -
Declaration
Swift
public var baseURL: URL { get } -
Declaration
Swift
public var method: Moya.Method { get } -
Declaration
Swift
public var sampleData: Data { get } -
Declaration
Swift
public var task: Task { get } -
Declaration
Swift
public var headers: [String : String]? { get } -
Declaration
Swift
public var path: String { get } -
Undocumented
Declaration
Swift
public typealias ResultType = ItunesLookup
ItunesTarget Enumeration Reference