Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

node-magento-eqp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-magento-eqp

Simple API wrapper around the Magento Marketplace EQP API

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Welcome to node-magento-eqp 👋

Version License: MIT Twitter: Netresearch

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

  • Github: @TheDevMinerTV

🤝 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!

FAQs

Package last updated on 06 Apr 2021

Did you know?

Socket

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.

Install

Related posts