Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
Get information about account
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/vlm/account
Get appKeys from account
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/vlm/appkeys
Get Stores
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/vlm/account/stores
SDK on GitHub 📄 API Docs
SDK
vtex.js
CoffeeScript
API
vtex.local
vtex.local:License-Manager-API
At a glance
Language CoffeeScript
Endpoints12
Base URLhttps://vtex.local
✓ Official