Skip to content

Commit

Permalink
feat(createHttpClient): Enable axios proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya authored Apr 20, 2017
1 parent 4f683d8 commit 613de38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/contentful-management.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import createContentfulApi from './create-contentful-api'

/**
* @typedef {ContentfulManagement} ContentfulManagement
* @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
* @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
*
* @example
* // require contentful-management
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
],
"dependencies": {
"axios": "~0.15.3",
"contentful-sdk-core": "^3.8.3",
"contentful-sdk-core": "^3.9.0",
"es6-promise": "^4.0.5",
"lodash": "^4.17.4"
},
Expand Down

0 comments on commit 613de38

Please sign in to comment.