1.0.4 • Published 5 years ago

x-cite-customer v1.0.4

Weekly downloads
20
License
-
Repository
-
Last release
5 years ago

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);