Using vtex.js with vtex.local

CoffeeScript integration

✓ Official SDK
Install
# See https://github.com/vtex/vtex.js
Get a list of Reviews
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/reviews
Get Review by Review ID
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/review/{reviewId}
Get Product Rating
curl \
  -H "X-VTEX-API-AppKey: $API_KEY" \
  https://vtex.local/rating/{productId}
SDK on GitHub 📄 API Docs
SDK
vtex.js
CoffeeScript
API
vtex.local
vtex.local:Reviews-and-Ratings-API
At a glance
Language CoffeeScript
Endpoints8
Base URLhttps://vtex.local
✓ Official