AVIRORequestAPI
struct AVIRORequestAPI
-
Declaration
Swift
static let getNerbyStorePath: String
-
Declaration
Swift
static let getBookmarkPath: String
-
Declaration
Swift
static let checkPlacePath: String
-
Declaration
Swift
static let checkPlaceReport: String
-
Declaration
Swift
static let placeSummaryPath: String
-
Declaration
Swift
static let placeInfoPath: String
-
Declaration
Swift
static let menuInfoPath: String
-
Declaration
Swift
static let commentPath: String
-
Declaration
Swift
static let operationHourPath: String
-
Declaration
Swift
static let myContributionCount: String
-
Declaration
Swift
static let userId: String
-
Declaration
Swift
static let longitude: String
-
Declaration
Swift
static let latitude: String
-
Declaration
Swift
static let wide: String
-
Declaration
Swift
static let time: String
-
Declaration
Swift
static let placeId: String
-
Declaration
Swift
static let title: String
-
Declaration
Swift
static let address: String
-
Declaration
Swift
static let x: String
-
Declaration
Swift
static let y: String
-
Declaration
Swift
mutating func getNerbyStore(with mapModel: AVIROMapModelDTO) -> URLComponents
-
Declaration
Swift
mutating func getBookmark(userId: String) -> URLComponents
-
Declaration
Swift
mutating func getPlaceSummary(placeId: String) -> URLComponents
-
Declaration
Swift
mutating func getPlaceInfo(placeId: String) -> URLComponents
-
Declaration
Swift
mutating func getMenuInfo(placeId: String) -> URLComponents
-
Declaration
Swift
mutating func getCommentInfo(placeId: String) -> URLComponents
-
Declaration
Swift
mutating func getOperationHours(placeId: String) -> URLComponents
-
Declaration
Swift
mutating func getCheckPlace(placeModel: AVIROCheckPlaceDTO) -> URLComponents
-
Declaration
Swift
mutating func getCheckPlaceReport(model: AVIROPlaceReportCheckDTO) -> URLComponents
-
Declaration
Swift
mutating func getMyContributionCount(userId: String) -> URLComponents
-
Declaration
Swift
mutating func createURLComponents( path: String, queryItems: [URLQueryItem] ) -> URLComponents