loopback-sdk-fetch-factory

Tool for auto-generating Fetch factory services for LoopBack

Usage no npm install needed!

<script type="module">
  import loopbackSdkFetchFactory from 'https://cdn.skypack.dev/loopback-sdk-fetch-factory';
</script>

README

LoopBack Fetch Factory SDK

The 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.

Mailing List

Discuss features and ask questions on LoopBack Forum.