@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api Hotel Search API
@base https://test.api.amadeus.com/v3
@version 3.0.9
@endpoints 2
@toc shopping(2)

@endpoint GET /shopping/hotel-offers
@required {hotelIds: any}
@optional {adults: any, checkInDate: any, checkOutDate: any, countryOfResidence: any, roomQuantity: any, priceRange: any, currency: any, paymentPolicy: any, boardType: any, includeClosed: any, bestRateOnly: any, lang: any}
@returns(200)
@errors {400, 500}

@endpoint GET /shopping/hotel-offers/{offerId}
@required {offerId: any}
@optional {lang: any}
@returns(200)
@errors {400, 404, 500}

@end
