
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@netresearch/node-magento-eqp
Advanced tools
Simple API wrapper around the Magento Marketplace EQP API
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.
yarn install @netresearch/node-magento-eqp
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();
š¤ TheDevMinerTV tobigames200@gmail.com
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a āļø if this project helped you!
FAQs
Simple API wrapper around the Magento Marketplace EQP API
We found that @netresearch/node-magento-eqp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Ā It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.