0.1.0 • Published 8 years ago

@vtex/vbase v0.1.0

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

VTEX VBase Client for Node

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

Getting started

The client in this library is VBaseClient. Usage:

import { VBaseClient } from '@vtex/vbase';

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

Development

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