--------------------
Add support for the `Hotel Booking <https://developers.amadeus.com/self-service/category/hotel/api-doc/hotel-booking>`_
The Amadeus Hotel Booking API lets you complete bookings at over 150,000 hotels and accommodations around the world. To complete bookings, you must first use the Amadeus Hotel Search API to search for hotel deals, select the desired offer and confirm the final price and availability. You can then use the Hotel Booking API to complete the reservation by providing an offer id, guest information and payment information.
Add support for the `Flight Order Management <https://developers.amadeus.com/self-service/category/air/api-doc/flight-order-management>`_
The Flight Order Management API lets you consult bookings created through the Flight Create Orders API. Using the booking ID generated by Flight Create Orders, Flight Order Management returns the last-updated version of the booking record with any post-booking modifications including but not limited to ticket information, form of payment or other remarks.
Add support for the `Flight Create Orders <https://developers.amadeus.com/self-service/category/air/api-doc/flight-create-orders>`_
The Flight Create Order API is a flight booking API that lets you perform the final booking for a desired flight and ancillary products (additional bags, extra legroom, etc.). The API returns a unique ID for the flight order and reservation details. This API is used to perform the final booking on confirmed fares returned by the Flight Offers Price API.
Add support for the `Flight Offers Price <https://developers.amadeus.com/self-service/category/air/api-doc/flight-offers-price>`_
The Flight Offers Price API confirms the flight price (including taxes and fees) and availability for a given flight returned by the Flight Offers Search API. The API also returns pricing for ancillary products (additional bags, extra legroom, etc.) and the payment information details needed for booking.
Add support for the `Flight Offers Search <https://developers.amadeus.com/self-service/category/air/api-doc/flight-offers-search>`_
The Flight Offers Search API is a flight search API that returns cheap flights between two airports for a given number of passengers and for a given date or date range. The API returns airline name, price and fare details, as well as additional information like baggage allowance, prices for additional baggage and departure terminal.
Add support for the `Trip Parser <https://developers.amadeus.com/self-service/category/trip/api-doc/trip-parser>`_
The Trip Parser API parses information from various booking confirmation emails and returns a standardized, structured travel itinerary. The API can extract relevant information from a wide variety of flight, hotel, rental car and rail providers’ confirmation emails by first identifying the provider and then using a database of provider-specific email structures to determine which information to extract. The API then returns a link to the JSON structure of the itinerary.
Add self-containing executable examples for the existing supported endpoints.