We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf434b commit 7874029Copy full SHA for 7874029
1 file changed
README.rst
@@ -41,9 +41,9 @@ application <https://developers.amadeus.com/my-apps/>`__.
41
42
try:
43
response = amadeus.shopping.flight_offers_search.get(
44
- originLocationCode='SYD',
45
- destinationLocationCode='BKK',
46
- departureDate='2021-11-01',
+ originLocationCode='MAD',
+ destinationLocationCode='ATH',
+ departureDate='2022-16-01',
47
adults=1)
48
print(response.data)
49
except ResponseError as error:
0 commit comments