loopback/node_modules/model-route
Ritchie Martori b9a239db32 Refactor various naming conventions. 2013-04-17 17:43:00 -07:00
..
lib Refactor various naming conventions. 2013-04-17 17:43:00 -07:00
.gitignore Refactor various naming conventions. 2013-04-17 17:43:00 -07:00
README.md Refactor various naming conventions. 2013-04-17 17:43:00 -07:00
index.js Refactor various naming conventions. 2013-04-17 17:43:00 -07:00
package.json Refactor various naming conventions. 2013-04-17 17:43:00 -07:00

README.md

model route

About

A ModelRoute inherits from the route class. It provides HTTP access to a supplied model instance.

Config

Supports all configuration of a resource.

Options

name (optional)

If defined, overrides the default name (based on the path).

Dependencies

model

Requires a path to an existing model instance.