0.1.8 • Published 2 years ago

consisty-mahagram-aeps v0.1.8

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

consisty-mahagram-aeps

Deep linking mahagram aeps in android

Installation

npm install consisty-mahagram-aeps

or

yarn add consisty-mahagram-aeps

Usage

import ConsistyMahagramAeps from 'consisty-mahagram-aeps';

// ...

ConsistyMahagramAeps.makeAEPS(
  saltKey,
  secretKey,
  BcId,
  UserId,
  bcEmailId,
  Phone1,
  cpid
).then((data) => {
  console.log(data);
  const { status, message } = data;
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.1.8

2 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago