@vtex/apps
v0.6.0
Published
VTEX Apps client
Downloads
12
Maintainers
Keywords
Readme
VTEX Apps Client for Node
This client enables Node developers to quickly integrate with the VTEX Apps API.
Getting started
The three clients in this library are: AppsClient, SandboxesClient and WorkspaceAppsClient. Usage:
import { AppsClient } from '@vtex/apps';
const client = new AppsClient({
authToken: yourAuthToken,
userAgent: myUserAgent
});
Development
Install the dependencies (npm install
) and run npm run build
.