Slide deck from Gluecon 2017 talk
$ npm install -g dredd
$ dredd init
$ dredd
To set up Dredd use:
? Location of the API description document: taproom.yaml
? Command to start API backend server e.g. (bundle exec rails server): node app.js
? URL of tested API endpoint: http://127.0.0.1:3000