TodoMVC API
Validate your TodoMVC backend
TodoMVC API contains the apiblueprint spec and a dredd wrapper to run validation tests against TasteStack TodoMVC backends.
Install
$ npm install --save-dev todomvc-api
gulp.js and Express
Use withvar todomvc = ; gulp;
API
validate([url], callback)
url
Type: string
Default: http://localhost:8080
The base location to ping your API.
callback
Required
Type: function
This callback is executed with the results of our test suite against your API server.