consisty-mahagram-aeps
v0.1.8
Published
Deep linking mahagram aeps in android
Downloads
4
Maintainers
Readme
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