While GET \multiday and GET \daypack work, I think the following would be a more intuitive design:
\backbacks - GETs all backpacks
\backbacks\multiday and \backbacks\daypack gets a listing of specific types of backpacks. Alternatively, using a query string to categories which backpacks would also work . Ex: \backbacks?type=multiday
Spend about 45minutes trying to do this and could not get it working. Added possible syntax in the app.js and no-sql.js files to go over with Trip or Tom.
GET \multiday
andGET \daypack
work, I think the following would be a more intuitive design:\backbacks
- GETs all backpacks\backbacks\multiday
and\backbacks\daypack
gets a listing of specific types of backpacks. Alternatively, using a query string to categories which backpacks would also work . Ex:\backbacks?type=multiday