1.5.9 • Published 2 years ago

@pmcretail/pmc-service v1.5.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

pmc-service

pmc-service is a JavaScript library for creating login into PMC e-basket as well as to use cordova plugins

The pmc-service package contains only the functionality necessary to login and custom plugin usage. It is typically used to achieve login process expose for client the component.The pmc-service includes three enviroment for login namely QA,Pre-Production and Production

Note:

Install

npm i @pmcretail/pmc-service

Example Usage

import { PMCEnvironment, PMCLogin } from '@pmcretail/pmc-service';

PMCLogin("username","password","organizationCode",PMCEnvironment.qa)
 .then(function(value)
 {
  // Handle success full response
 })
 .catch(function(error) 
 {
  //Handle error
 })
1.5.9

2 years ago

1.5.8

2 years ago

1.5.7

2 years ago

1.5.6

2 years ago

1.5.5

2 years ago

1.5.3

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago