Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
Get list of the 10 most searched terms
curl \
  https://vtex.local/top_searches
Get list of the possible facets for a given query
curl \
  https://vtex.local/facets/{facets}
Get list of banners registered for query
curl \
  https://vtex.local/banners/{facets}
SDK on GitHub 📄 API Docs
SDK
vtex.js
CoffeeScript
API
vtex.local
vtex.local:Intelligent-Search-API
At a glance
Language CoffeeScript
Endpoints7
Base URLhttps://vtex.local
✓ Official