Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
Get all Content Types
curl \
  https://vtex.local/_v/cms/api/{builderId}/
Get all CMS pages by Content Type
curl \
  https://vtex.local/_v/cms/api/{builderId}/{content-type}
Get CMS page
curl \
  https://vtex.local/_v/cms/api/{builderId}/{content-type}/{document-id}/
SDK on GitHub 📄 API Docs
SDK
vtex.js
CoffeeScript
API
vtex.local
vtex.local:Headless-CMS-API
At a glance
Language CoffeeScript
Endpoints3
Base URLhttps://vtex.local
✓ Official