loopback/node_modules/collection
Ritchie Martori fc8afa066e Todo example 2013-04-15 10:14:54 -07:00
..
example Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
lib Todo example 2013-04-15 10:14:54 -07:00
test Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
.gitignore Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
README.md Initial working store, model, connection, and collection 2013-04-10 10:55:13 -07:00
index.js Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00
package.json Update gitignore to allow node_modules 2013-04-09 11:33:29 -07:00

README.md

collection

About

A Collection inherits from the resource 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.