LoopBack remote REST API connector
Go to file
Miroslav Bajtoš 0fd7bf06b5 Register Models with Dynamic converter
Fix `RemoteConnector.prototype.resolve` to register new models with
strong-remoting's `Dynamic` type resolver.

Before this change, if loopback-connector-remoting ended up with its
own copy of strong-remoting, then the responses were not converted
from plain objects to model instances, because model converters
were registered with the other instances of strong-remoting.

This has a side-effect that when there is only one strong-remoting
instance in the app, then there will be multiple converters registered
for the same model. Since the code performing conversion takes into
account the first model only, this should not pose any issues.
2016-01-26 15:13:09 +01:00
lib Register Models with Dynamic converter 2016-01-26 15:13:09 +01:00
test Clean up tests 2016-01-07 20:08:05 -08:00
.editorconfig Move remote connector from loopback 2014-09-25 14:20:22 -07:00
.eslintrc Move remote connector from loopback 2014-09-25 14:20:22 -07:00
.gitignore Move remote connector from loopback 2014-09-25 14:20:22 -07:00
.jshintignore Move remote connector from loopback 2014-09-25 14:20:22 -07:00
.jshintrc Clean up tests 2016-01-07 20:08:05 -08:00
.npmignore Move remote connector from loopback 2014-09-25 14:20:22 -07:00
CHANGES.md v1.0.3 2014-11-27 11:44:06 -08:00
CONTRIBUTING.md Fix bad CLA URL in CONTRIBUTING.md 2014-12-29 08:27:46 -08:00
Gruntfile.js Clean up tests 2016-01-07 20:08:05 -08:00
LICENSE.md Refer to licenses with a link 2015-11-03 12:27:49 -08:00
README.md Update README.md 2016-01-22 13:40:18 -08:00
index.js Move remote connector from loopback 2014-09-25 14:20:22 -07:00
package.json Clean up tests 2016-01-07 20:08:05 -08:00

README.md

loopback-connector-remote

Remote REST API connector for loopback-datasource-juggler.