1.0.0 ā€¢ Published 3 years ago

node-magento-eqp v1.0.0

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

Simple API wrapper around the Magento Marketplace EQP API

The primary focus of this package is, to provide a simple API wrapper and typings (unfinished) around the Magento Marketplace EQP API.

Install

yarn install

Usage

import * as MagentoEQP from 'node-magento-eqp';

const eqp = new MagentoEQP.EQP();

async function main() {
	await eqp.authenticate('APP_ID', 'APP_SECRET');

	const packages = await eqp.getPackages();
}

main();

Author

šŸ‘¤ TheDevMinerTV tobigames200@gmail.com

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ā­ļø if this project helped you!