x-cite-customer

customer backend package

Usage no npm install needed!

<script type="module">
  import xCiteCustomer from 'https://cdn.skypack.dev/x-cite-customer';
</script>

README

This project was bootstrapped with Create React App.

Available Scripts

In you project directory, run this script to install the package:

npm i x-cite-customer

To start using the package , import the module into your component

import {customerservice} from 'x-cite-customer'

instantiate your class into a local object with two params: token and ApiEndPoint

this.customerobject = new customerservice(ApiEndPoint , token);