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 720de40 commit 6a6ac7fCopy full SHA for 6a6ac7f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.0-beta4 - 2018-04-03
4
+
5
+Updates hostname for production server
6
7
## 1.0.0-beta3 - 2018-03-28
8
9
Add support for Amadeus's specific `Accept` request header.
package.json
@@ -1,6 +1,6 @@
{
"name": "amadeus",
- "version": "1.0.0-beta3",
+ "version": "1.0.0-beta4",
"description": "Node library for the Amadeus travel APIs",
"main": "lib/amadeus.js",
"scripts": {
src/amadeus/client/validator.js
@@ -3,7 +3,7 @@ import http from 'http';
const HOSTS = {
'test' : 'test.api.amadeus.com',
- 'production' : 'production.api.amadeus.com'
+ 'production' : 'api.amadeus.com'
};
const RECOGNIZED_OPTIONS = [
0 commit comments