AVIRODeleteAPI
struct AVIRODeleteAPI
-
Declaration
Swift
static let scheme: String
-
Declaration
Swift
var host: String?
-
Declaration
Swift
let headers: [String : String]
-
Declaration
Swift
static let commentDeletePath: String
-
Declaration
Swift
static let commentId: String
-
Declaration
Swift
static let userId: String
-
Declaration
Swift
mutating func deleteComment(model: AVIRODeleteReveiwDTO) -> URLComponents
-
Declaration
Swift
mutating func createURLComponents( path: String, queryItems: [URLQueryItem] ) -> URLComponents