Closed steve-donovan closed 2 years ago
Hi @steve-donovan sorry the delay,
Can you share the methods that you are using currently for this particular question?
Juan Antonio
Hi @jabrena No problem.
amadeus.referenceData.locations.hotels.byCity
amadeus.shopping.hotelOffers
This kind of libraries are designed to provide the building blocks to interact with all Amadeus Self Service APIs but it doesn't provide solutions combining calls from one api to another one, this is part of the User's journey.
I hope that you understand the vision about it. :)
Juan Antonio
Description
How do you feel about a convenience endpoint which gets the hotel list for a location, with the prices? Currently, it's a 2-step process, the API consumer has to first call an endpoint to get a list of hotels for a location, just to use the hotel codes as params for a second call to get prices and availability. I can't really imagine a scenario where step 1 is useful when it returns such limited information. Please educate me if I'm missing the point.
I'm happy to raise PR as I could make use of such an endpoint.