Tool for auto-generating Fetch factory services for LoopBack
npm install loopback-sdk-fetch-factoryThe JavaScript Fetch Factory SDK provides an API based on
ngResource.$resource
that enable your AngularJS app to access a
LoopBack server application.
The client is dynamic, in other words it automatically includes all the
LoopBack models and methods you've defined on your server.
You don't have to manually write any static code.
See the official LoopBack AngularJS SDK
documentation
for more information.
Discuss features and ask questions on LoopBack Forum.