@@ -30,7 +30,6 @@ <h1 class="page-title">Source: ApiClient.js</h1>
3030/* Copyright (c) 2017 Mobify Research & Development Inc. All rights reserved. */
3131/* * * * * * * * * * * * * * * * * * * * * * * * * * * */
3232
33-
3433/**
3534 * Shop API
3635 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
@@ -43,7 +42,6 @@ <h1 class="page-title">Source: ApiClient.js</h1>
4342 * Do not edit the class manually.
4443 *
4544 */
46-
4745import superagent from 'superagent'
4846import querystring from 'querystring'
4947
@@ -55,7 +53,7 @@ <h1 class="page-title">Source: ApiClient.js</h1>
5553 */
5654
5755const defaultConfig = {
58- basePath: 'https://mobify-tech-prtnr-na03-dw.demandware.net /s/2017refresh /dw/shop/v17_8',
56+ basePath: 'https://localhost /s/siteId /dw/shop/v17_8',
5957 defaultHeaders: {},
6058 timeout: 60000,
6159 cache: true,
@@ -72,7 +70,6 @@ <h1 class="page-title">Source: ApiClient.js</h1>
7270export default class ApiClient {
7371
7472 constructor(config = defaultConfig) {
75-
7673 const {
7774 basePath,
7875 defaultHeaders,
@@ -92,7 +89,7 @@ <h1 class="page-title">Source: ApiClient.js</h1>
9289 /**
9390 * The base URL against which to resolve every API call's (relative) path.
9491 * @type {String}
95- * @default https://mobify-tech-prtnr-na03-dw.demandware.net /s/2017refresh /dw/shop/v17_8
92+ * @default https://localhost /s/siteId /dw/shop/v17_8
9693 */
9794 this.basePath = basePath.replace(/\/+$/, '')
9895
@@ -125,7 +122,6 @@ <h1 class="page-title">Source: ApiClient.js</h1>
125122 customers_auth.password = clientPassword
126123 }
127124
128-
129125 /**
130126 * The default HTTP headers to be included for all API calls.
131127 * @type {Array.<String> }
@@ -710,7 +706,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
710706< br class ="clear ">
711707
712708< footer >
713- Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Tue Oct 31 2017 14:43:14 GMT-0700 (PDT)
709+ Documentation generated by < a href ="https://github.com/jsdoc3/jsdoc "> JSDoc 3.5.5</ a > on Wed Nov 01 2017 16:46:35 GMT-0700 (PDT)
714710</ footer >
715711
716712< script > prettyPrint ( ) ; </ script >
0 commit comments