Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
Scroll documents
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/dataentities/{dataEntityName}/scroll
Search documents
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/dataentities/{dataEntityName}/search
Get indices
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/api/dataentities/{dataEntityName}/indices
SDK on GitHub 📄 API Docs
SDK
vtex.js
CoffeeScript
API
vtex.local
vtex.local:Master-Data-API-
At a glance
Language CoffeeScript
Endpoints26
Base URLhttps://vtex.local
✓ Official