0.2.0 • Published 10 years ago

@vtex/workspaces v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago