Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add object mapping for meta and dictionaries #127

Closed

Conversation

xianqiliu
Copy link
Contributor

@xianqiliu xianqiliu commented Feb 18, 2022

Fix #16
@gimperial @tsolakoua
This PR is ready for review, please go ahead and thank you!

@xianqiliu xianqiliu marked this pull request as ready for review February 18, 2022 11:42
@@ -403,6 +403,31 @@ Destination[] directDestinations = amadeus.airport.directDestinations.get(Params
// body can be a String version of your JSON or a JsonObject
FlightAvailability[] flightAvailabilities
= amadeus.shopping.availability.flightAvailabilities.post(body);

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that's the right place to add the example. Maybe in another section of the README such as the "Response", we could mention the support of dictionaries and meta:
Screenshot 2022-02-23 at 13 10 41

@tsolakoua tsolakoua closed this Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Meta and dictionaries don't have an object mapping
2 participants