0.1.8 • Published 3 years ago

consisty-mahagram-aeps v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago