4.0.5 ā€¢ Published 4 months ago

@netresearch/node-magento-eqp v4.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months 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 @netresearch/node-magento-eqp

Usage

Usage in TypeScript (with ES Modules)

import * as MagentoEQP from '@netresearch/node-magento-eqp';

const eqp = new MagentoEQP.EQP();

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

  const packages = await eqp.getPackages();

  // Do something with the packages
}

main();

Usage in JavaScript (with CommonJS)

const MagentoEQP = require('@netresearch/node-magento-eqp');

const eqp = new MagentoEQP.EQP();

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

  const packages = await eqp.getPackages();

  // Do something with the packages
}

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!


4.0.5

4 months ago

4.0.4

8 months ago

4.0.1

10 months ago

4.0.0

10 months ago

4.0.3

8 months ago

4.0.2

9 months ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.5

3 years ago

2.0.6

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago