@@ -43,23 +43,23 @@ <h3> </h3>
4343
4444
4545 < section >
46- < article > < h1 > OCAPI Client</ h1 > < pre class ="prettyprint source "> < code > __________________________________________________________________
47-
48- , / ,
49- ----__----__----__------__------------__---/--------__----__--_/_-
50- / ) / ' / ) / ) / / ' / / /___) / ) /
51- _(___/_(___ _(___(___/___/_/_______(___ _/___/___(___ _/___/_(_ __
52- /
53- /</ code > </ pre > < p > < a href ="https://nodei.co/npm/ocapi-client/ "> < img src ="https://nodei.co/npm/ocapi-client.png?downloads=true&stars=true " alt ="NPM "> </ a > </ p >
54- < p > < a href ="https://circleci.com/gh/mobify/ocapi-client "> < img src ="https://circleci.com/gh/mobify/ocapi-client.svg?style=svg " alt ="CircleCI "> </ a > </ p >
55- < h2 > Introduction</ h2 > < p > ShopApi - JavaScript client for Salesforce OCAPI shop api .</ p >
46+ < article > < h1 > Salesforce Commerce Cloud OCAPI Client</ h1 > < pre class ="prettyprint source "> < code > _______________________________________________________________________________________________________________________________________________________
47+
48+ / / , / ,
49+ ----__----__---_--_---_--_----__---)__----__----__----__---/----__-----------__-/--------__----__--- -__------__------------__---/--------__----__--_/_-
50+ / ' / ) / / ) / / ) /___) / ) / ' /___) / ' / / ) / / / / / ) / ' / ) / ) / / ' / / /___) / ) /
51+ _(___ _(___/_/_/__/_/_/__/_(___ _/_____(___ _(___ _(___ _/___(___/_(___(__(___/_______(___ /_(___ _(___(___/___/_/_______(___ _/___/___(___ _/___/_(_ __
52+ /
53+ /</ code > </ pre > < p > < a href ="https://nodei.co/npm/commercecloud- ocapi-client/ "> < img src ="https://nodei.co/npm/commercecloud- ocapi-client.png?downloads=true&stars=true " alt ="NPM "> </ a > </ p >
54+ < p > < a href ="https://circleci.com/gh/mobify/commercecloud- ocapi-client "> < img src ="https://circleci.com/gh/mobify/commercecloud- ocapi-client.svg?style=svg " alt ="CircleCI "> </ a > </ p >
55+ < h2 > Introduction</ h2 > < p > ShopApi - JavaScript client for Salesforce Commerce Cloud OCAPI Shop API .</ p >
5656< ul >
5757< li > API version: 17.8</ li >
5858</ ul >
5959< h2 > Installation</ h2 > < h3 > For < a href ="https://nodejs.org/ "> Node.js</ a > </ h3 > < h4 > npm</ h4 > < p > To publish the library as a < a href ="https://www.npmjs.com/ "> npm</ a > ,
6060please follow the procedure in < a href ="https://docs.npmjs.com/getting-started/publishing-npm-packages "> "Publishing npm packages"</ a > .</ p >
6161< p > Then install it via:</ p >
62- < pre class ="prettyprint source lang-shell "> < code > npm install ocapi-client --save</ code > </ pre > < h4 > git</ h4 > < p > #
62+ < pre class ="prettyprint source lang-shell "> < code > npm install commercecloud- ocapi-client --save</ code > </ pre > < h4 > git</ h4 > < p > #
6363If the library is hosted at a git repository, e.g.
6464https://github.com/GIT_USER_ID/GIT_REPO_ID
6565then install it via:</ p >
@@ -79,7 +79,7 @@ <h3>Webpack Configuration</h3><p>Using Webpack you may encounter the following e
7979 }
8080 ]
8181}</ code > </ pre > < h2 > Getting Started</ h2 > < p > Please follow the < a href ="#installation "> installation</ a > instruction and execute the following JS code:</ p >
82- < pre class ="prettyprint source lang-javascript "> < code > import ShopApi from 'ocapi-client'
82+ < pre class ="prettyprint source lang-javascript "> < code > import ShopApi from 'commercecloud- ocapi-client'
8383
8484ShopApi.ApiClient.instance = new ShopApi.ApiClient({
8585 clientUsername: 'YOUR USERNAME', // Configure HTTP basic authorization: customers_auth
@@ -98,7 +98,7 @@ <h3>Webpack Configuration</h3><p>Using Webpack you may encounter the following e
9898 .catch((fault) => {
9999 console.error(fault)
100100 })</ code > </ pre > < h2 > Documentation for API Endpoints</ h2 > < ul >
101- < li > < a href ="https://mobify.github.io/ocapi-client/ "> API Docs</ a > </ li >
101+ < li > < a href ="https://mobify.github.io/commercecloud- ocapi-client/ "> API Docs</ a > </ li >
102102</ ul >
103103< h2 > Documentation for Authorization</ h2 > < h3 > client_id</ h3 > < ul >
104104< li > < strong > Type</ strong > : API key</ li >
0 commit comments