Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 73d3f9b

Browse files
committed
Fix remove links from ready me and use github pages
1 parent 630ae70 commit 73d3f9b

File tree

308 files changed

+572
-1725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

308 files changed

+572
-1725
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
## To be released
2+
- Update README
3+
- Remove reference to test Salesforce instance
4+
- Compile docs
5+
16
## v0.2.0 (November 1, 2017)
27
- Initial release

README.md

Lines changed: 1 addition & 243 deletions
Large diffs are not rendered by default.

docs/ApiClient.js.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h1 class="page-title">Source: ApiClient.js</h1>
3030
/* Copyright (c) 2017 Mobify Research &amp; 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-
4745
import superagent from 'superagent'
4846
import querystring from 'querystring'
4947

@@ -55,7 +53,7 @@ <h1 class="page-title">Source: ApiClient.js</h1>
5553
*/
5654

5755
const 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>
7270
export 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.&lt;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>

docs/api_BasketsApi.js.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h1 class="page-title">Source: api/BasketsApi.js</h1>
3030
/* Copyright (c) 2017 Mobify Research &amp; 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)
@@ -1581,7 +1580,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
15811580
<br class="clear">
15821581

15831582
<footer>
1584-
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)
1583+
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)
15851584
</footer>
15861585

15871586
<script> prettyPrint(); </script>

docs/api_CategoriesApi.js.html

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h1 class="page-title">Source: api/CategoriesApi.js</h1>
3030
/* Copyright (c) 2017 Mobify Research &amp; 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)
@@ -65,8 +64,6 @@ <h1 class="page-title">Source: api/CategoriesApi.js</h1>
6564
this.apiClient = apiClient || ApiClient.instance
6665
}
6766

68-
69-
7067
/**
7168
* When you use the URL template below, the server returns a category identified by its id; by default, the server
7269
* also returns the first level of subcategories, but you can specify another level by setting the levels
@@ -86,7 +83,6 @@ <h1 class="page-title">Source: api/CategoriesApi.js</h1>
8683
throw new Error('Missing the required parameter \'id\' when calling getCategoriesByID')
8784
}
8885

89-
9086
const pathParams = {
9187
id
9288
}
@@ -142,7 +138,6 @@ <h1 class="page-title">Source: api/CategoriesApi.js</h1>
142138
throw new Error('Missing the required parameter \'ids\' when calling getCategoriesByIDs')
143139
}
144140

145-
146141
const pathParams = {
147142
ids
148143
}
@@ -178,8 +173,6 @@ <h1 class="page-title">Source: api/CategoriesApi.js</h1>
178173
return response_and_data.data
179174
})
180175
}
181-
182-
183176
}
184177
</code></pre>
185178
</article>
@@ -197,7 +190,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
197190
<br class="clear">
198191

199192
<footer>
200-
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)
193+
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)
201194
</footer>
202195

203196
<script> prettyPrint(); </script>

docs/api_ContentApi.js.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h1 class="page-title">Source: api/ContentApi.js</h1>
3030
/* Copyright (c) 2017 Mobify Research &amp; 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)
@@ -190,7 +189,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
190189
<br class="clear">
191190

192191
<footer>
193-
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)
192+
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)
194193
</footer>
195194

196195
<script> prettyPrint(); </script>

docs/api_ContentSearchApi.js.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h1 class="page-title">Source: api/ContentSearchApi.js</h1>
3030
/* Copyright (c) 2017 Mobify Research &amp; 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)
@@ -160,7 +159,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
160159
<br class="clear">
161160

162161
<footer>
163-
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)
162+
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)
164163
</footer>
165164

166165
<script> prettyPrint(); </script>

docs/api_CustomObjectsApi.js.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h1 class="page-title">Source: api/CustomObjectsApi.js</h1>
3030
/* Copyright (c) 2017 Mobify Research &amp; 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)
@@ -137,7 +136,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
137136
<br class="clear">
138137

139138
<footer>
140-
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)
139+
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)
141140
</footer>
142141

143142
<script> prettyPrint(); </script>

docs/api_CustomersApi.js.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h1 class="page-title">Source: api/CustomersApi.js</h1>
3030
/* Copyright (c) 2017 Mobify Research &amp; 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)
@@ -1887,7 +1886,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
18871886
<br class="clear">
18881887

18891888
<footer>
1890-
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)
1889+
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)
18911890
</footer>
18921891

18931892
<script> prettyPrint(); </script>

docs/api_FoldersApi.js.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ <h1 class="page-title">Source: api/FoldersApi.js</h1>
3030
/* Copyright (c) 2017 Mobify Research &amp; 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)
@@ -200,7 +199,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
200199
<br class="clear">
201200

202201
<footer>
203-
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)
202+
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)
204203
</footer>
205204

206205
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)