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