SimpleTarget
public class SimpleTarget : TargetType
                A simple target.
- 
                  
                  
Declaration
Swift
public var baseURL: URL { get set } - 
                  
                  
Declaration
Swift
public var path: String - 
                  
                  
Declaration
Swift
public var task: Task - 
                  
                  
Declaration
Swift
public var method: Moya.Method - 
                  
                  
Declaration
Swift
public var headers: [String : String]? - 
                  
                  
Declaration
Swift
public var validationType: ValidationType - 
                  
                  
Declaration
Swift
public var sampleData: Data { get } 
        SimpleTarget Class Reference