Closed xianqiliu closed 2 years ago
for API that supports selecting a resource by ID, the way should be passing the ID into the singular path. For example, GET /v2/shopping/hotel-offers/XXX should be:
$amadeus->getShopping().getHotelOffer("XXX")->get();
for API that supports selecting a resource by ID, the way should be passing the ID into the singular path. For example, GET /v2/shopping/hotel-offers/XXX should be: