0.2.3 • Published 5 years ago
vtex-node-client-api v0.2.3
VTEX NODE API CLIENT FOR NODE
This client retrieve data from vtex-apis
Installation
Use the package manager npm or yarn do install package
ex: npm install vtex-node-client-api or yarn add vtex-node-client-api
Usage
const Client = require('vtex-node-client-api')
const requests = Client({
accountName: 'your-vtex-account-name',
appKey: 'your-vtex-appKey',
appToken: 'your-vtex-appToken',
enviroment: 'ex: myvtex.com or vtexcommercestable.com.br'
})
or by VtexIdclientAutCookie
const requests = Client({
accountName: 'your-account-name',
autToken: 'your-VtexIdclientAutCookie'
})
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
0.2.3
5 years ago
0.2.2
5 years ago
0.2.0
5 years ago
0.1.9
5 years ago
0.1.8
5 years ago
0.1.7
5 years ago
0.1.6
5 years ago
0.1.2
5 years ago
0.1.4
5 years ago
0.1.3
5 years ago
0.1.5
5 years ago
0.1.0
5 years ago
0.1.1
5 years ago
0.0.9
5 years ago
0.0.8
5 years ago
0.0.5
5 years ago
0.0.7
5 years ago
0.0.6
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago