We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be0080 commit ecae28dCopy full SHA for ecae28d
amadeus/client/request.py
@@ -95,12 +95,14 @@ def __build_http_request(self):
95
# Adds the authentication header since the bearer token has been set
96
self.headers['Authorization'] = self.bearer_token
97
98
- list_httpoverride = ['/v2/shopping/flight-offers',
+ list_httpoverride = [
99
+ '/v2/shopping/flight-offers',
100
'/v1/shopping/seatmaps',
101
'/v1/shopping/availability/flight-availabilities',
102
'/v2/shopping/flight-offers/prediction',
103
'/v1/shopping/flight-offers/pricing',
- '/v1/shopping/flight-offers/upselling']
104
+ '/v1/shopping/flight-offers/upselling'
105
+ ]
106
107
if self.verb == 'POST':
108
if self.path in list_httpoverride:
0 commit comments