Closed alnacle closed 3 years ago
Moving to production implies passing the host variable to the SDK. The SDK does not change the internal hostname correctly.
host
The following code does not work:
amadeus = Amadeus(client_id: "foo", client_secret: "bar", environment: ["hostname": "production"])
Two issues here:
hostname
api.amadeus.com
Moving to production implies passing the
host
variable to the SDK. The SDK does not change the internal hostname correctly.The following code does not work:
Two issues here:
hostname
should behost
instead. README file must be updated accordingly.api.amadeus.com
.