getData
Store.prototype.getData(request, response)
A requestHandler
that gets a single item from the store.
fixture("GET /api/todos/{_id}", todoStore.getData);
Store.prototype.getData(request, response)
A requestHandler
that gets a single item from the store.
fixture("GET /api/todos/{_id}", todoStore.getData);