Skip to content

Commit 613de38

Browse files
feat(createHttpClient): Enable axios proxy
1 parent 4f683d8 commit 613de38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/contentful-management.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import createContentfulApi from './create-contentful-api'
1313

1414
/**
1515
* @typedef {ContentfulManagement} ContentfulManagement
16-
* @property {function(params: {accessToken: string, insecure?: boolean, host?: string, hostUpload?: string, httpAgent?: Object, httpsAgent?: Object, headers?: Object}): ClientAPI} createClient - Create a client instance, this is the entry point to the library
16+
* @property {function(params: {accessToken: string, insecure?: boolean, host?: string, hostUpload?: string, httpAgent?: Object, httpsAgent?: Object, headers?: Object, proxy?:Object}): ClientAPI} createClient - Create a client instance, this is the entry point to the library
1717
*
1818
* @example
1919
* // require contentful-management

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
"dependencies": {
5757
"axios": "~0.15.3",
58-
"contentful-sdk-core": "^3.8.3",
58+
"contentful-sdk-core": "^3.9.0",
5959
"es6-promise": "^4.0.5",
6060
"lodash": "^4.17.4"
6161
},

0 commit comments

Comments
 (0)