0.2.0 • Published 8 years ago

@vtex/workspaces v0.2.0

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

VTEX Workspaces Client for Node

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

Getting started

The client in this library is WorkspacesClient. Usage:

import { WorkspacesClient } from '@vtex/workspaces';

var client = new WorkspacesClient({
  authToken: yourAuthToken,
  userAgent: myUserAgent
});

Development

Install the dependencies (npm install) and run npm run build.

0.2.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago