Trying to call the following which is pulled from the nodejs example but it looks like the hotels property is not set in the latest version. It is failing with an error Cannot read properties of undefined (reading 'byGeocode')
Looking in the code and don't see any reference to byGeocode anywhere so it seems this is not supported. Thanks in advance
Looks like it was just an old version of the Amadeus client linked in the examples. Removed and re-installed the package and its working as expected now
Trying to call the following which is pulled from the nodejs example but it looks like the hotels property is not set in the latest version. It is failing with an error
Cannot read properties of undefined (reading 'byGeocode')
Looking in the code and don't see any reference to byGeocode anywhere so it seems this is not supported. Thanks in advance