Bug Report
The detail route /book/{uuid} returns an xml.
The listing route /book is not found 404.
Returns an xml.
Summary
About the listing route it seems the getCollection method is not configured in any way as callback middleware.
Docs do not specify what to do.
How to reproduce
Try to follow the tutorial.
Expected behavior
Routes are callable, or respond in json format.