Commercetools Platform API reference documentation
Please use the api.swagger.json
docker build . -t api_console
docker run --rm -p8081:8081 api_console
docker build console -t api_console
docker run --rm -p9000:9000 -p35729:35729 -v$(pwd):/apis api_console
docker run --rm -p9000:9000 -p35729:35729 -v$(pwd):/apis api_console grunt connect:livereload:keepalive
npm install
node bin/explode-raml.js > consistency-validation-results.md
npm install
node bin/oas-convert.js
docker run --rm -v${PWD}:/app -w /app php:7.1-alpine php bin/types.php
To generate the postman collection in ./postman/collection.json
perform the following tasks:
docker pull vrapio/rmf-generator
docker run --rm -v"$PWD":/api -v"$PWD":/out vrapio/rmf-generator -l postman /api/postman.raml