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

Commit 02f467b

Browse files
authored
Merge release-v0.2.2 into master
2 parents 887cf50 + 845b650 commit 02f467b

File tree

309 files changed

+351
-317
lines changed

Some content is hidden

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

309 files changed

+351
-317
lines changed

.jsdocrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
"destination": "docs",
88
"readme": "README.md"
99
},
10-
"plugins": ["plugins/markdown"]
10+
"plugins": ["plugins/markdown"],
11+
"templates": {
12+
"default": {
13+
"includeDate": false
14+
}
15+
}
1116
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.2.2 (November 3, 2017)
2+
- Add ASCII art
3+
- Add circleci/npm links to README
4+
- Fix npm package content in package.json
5+
16
## v0.2.1 (November 1, 2017)
27
- Update README
38
- Remove reference to test Salesforce instance

README.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,25 @@
1-
# ShopApi
1+
# OCAPI Client
22

3-
ShopApi - JavaScript client for shop_api
4-
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5-
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
3+
```
4+
__________________________________________________________________
5+
6+
, / ,
7+
----__----__----__------__------------__---/--------__----__--_/_-
8+
/ ) / ' / ) / ) / / ' / / /___) / ) /
9+
_(___/_(___ _(___(___/___/_/_______(___ _/___/___(___ _/___/_(_ __
10+
/
11+
/
12+
```
13+
14+
[![NPM](https://nodei.co/npm/ocapi-client.png?downloads=true&stars=true)](https://nodei.co/npm/ocapi-client/)
15+
16+
[![CircleCI](https://circleci.com/gh/mobify/ocapi-client.svg?style=svg)](https://circleci.com/gh/mobify/ocapi-client)
17+
18+
## Introduction
19+
20+
ShopApi - JavaScript client for Salesforce OCAPI shop api.
621

722
- API version: 17.8
8-
- Build package: io.swagger.codegen.languages.JavascriptClientCodegen
923

1024
## Installation
1125

docs/ApiClient.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
706706
<br class="clear">
707707

708708
<footer>
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)
709+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
710710
</footer>
711711

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

docs/api_BasketsApi.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
15801580
<br class="clear">
15811581

15821582
<footer>
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)
1583+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
15841584
</footer>
15851585

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

docs/api_CategoriesApi.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
190190
<br class="clear">
191191

192192
<footer>
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)
193+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
194194
</footer>
195195

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

docs/api_ContentApi.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
189189
<br class="clear">
190190

191191
<footer>
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)
192+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
193193
</footer>
194194

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

docs/api_ContentSearchApi.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
159159
<br class="clear">
160160

161161
<footer>
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)
162+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
163163
</footer>
164164

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

docs/api_CustomObjectsApi.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
136136
<br class="clear">
137137

138138
<footer>
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)
139+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
140140
</footer>
141141

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

docs/api_CustomersApi.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-ap
18861886
<br class="clear">
18871887

18881888
<footer>
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)
1889+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a>
18901890
</footer>
18911891

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

0 commit comments

Comments
 (0)