0.6.0 • Published 8 years ago

@vtex/apps v0.6.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

VTEX Apps Client for Node

This client enables Node developers to quickly integrate with the VTEX Apps API.

Build Status

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.

0.6.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago