amadeus4dev / amadeus-java

Java library for the Amadeus Self-Service travel APIs
https://developers.amadeus.com/
MIT License
87 stars 69 forks source link

Add support for Flight Availabilities Search API #101

Closed tsolakoua closed 2 years ago

tsolakoua commented 3 years ago

https://developers.amadeus.com/self-service/category/air/api-doc/flight-availabilities-search/api-reference

david-melville commented 3 years ago

Are we missing something? Is there another end point for flight availbility?

Any eta on this API?

david-melville commented 3 years ago

I see that there is the ability to directly specify the endpoint, so that is a work around.

Thanks for the effort here!

tsolakoua commented 3 years ago

This issue refers to the support of the API by the Java SDK. Indeed, the Java SDK supports arbitrary calls as described in the README so any API call be called if the developer uses the right method, URL and body until the implementation is done.