b1679803d9
* it allows to find related object via URL scope GET /api/categories/{cat-id}/products * it allows to find related objects via where filter GET /api/products?filter[where][categoryId]={cat-id} (skipped for now) * it includes requested related models in `find` GET /api/categories/findOne ?filter[where][id]=CAT-ID&filter[include]=products * it includes requested related models in `findById` GET /api/categories/{cat-id}?include=products (skipped for now) |
||
---|---|---|
docs | ||
example | ||
lib | ||
templates | ||
test | ||
.gitignore | ||
.jshintignore | ||
.jshintrc | ||
.travis.yml | ||
Gruntfile.js | ||
LICENSE | ||
README.md | ||
docs.json | ||
index.js | ||
package.json |
README.md
LoopBack
Documentation
API
Mailing List
Discuss features and ask questions on LoopBack Forum.
Issues
File any issues here on GitHub.
Features
Read about the features of LoopBack.
Contributing
A brief guide for contributing to LoopBack projects.