Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 621 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 621 Bytes

Edge Addons API Library for nodejs

This library provides a simple way to interact with the Edge Addons API V1.1. It is a wrapper around the Edge Addons API, which is a RESTful API that allows you to interact with the Edge Addons platform.

Installation

npm install @terateams/edge-addons-api

Usage

import { NextEdgeWebstoreClient } from '@terateams/edge-addons-api';

const client = new NextEdgeWebstoreClient(apiKey, clientId, productId);
const result = await client.submit('test.zip', notes);

License

MIT