Skip to content

terateams/edge-addons-api

Repository files navigation

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

About

Edge Addons API version 1.1 library for Node.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published