@vtex/vbase
v0.1.0
Published
VTEX VBase client
Downloads
5
Maintainers
Keywords
Readme
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
.