loopback/lib
Miroslav Bajtoš a90e24c013 registry: export DataSource class
Expose the juggler's DataSource constructor as `loopback.DataSource`.

The DataSource constructor is most useful to check
for `instanceof DataSource`, but it also makes the loopback API more
consistent, since the API is already exposing all pre-built Models.
2014-06-09 16:25:35 +02:00
..
connectors - Use the RemoteObjects class to find remote objects instead of 2014-05-19 15:56:26 -07:00
middleware Modify `loopback.rest` to include `loopback.token` 2014-05-21 15:22:36 +02:00
models refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00
application.js Merge createModelFromConfig with createModel 2014-06-09 11:18:52 +02:00
browser-express.js Make app.get/app.set available in browser 2014-06-03 21:32:27 +02:00
compat.js Add loopback.compat to simplify upgrade to 1.6 2014-01-27 10:29:57 +01:00
express-middleware.js Exclude express-middleware from browser bundle 2014-06-03 21:32:27 +02:00
loopback.js refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00
registry.js registry: export DataSource class 2014-06-09 16:25:35 +02:00
runtime.js refactor: extract runtime and registry 2014-06-06 11:53:23 +02:00