strongloop-community / loopback-example-connector

HTTP connector examples for LoopBack.
Other
30 stars 25 forks source link

loopback-example-connector

HTTP connector examples for LoopBack.

Usage

There are no project files on the master branch, please checkout the appropriate branch for connector specific example you want to try out. For example, if you want to try out the SOAP connector example:

git clone https://github.com/strongloop/loopback-example-connector.git
git checkout soap

Examples list

Connector Branch
Remote https://github.com/strongloop/loopback-example-connector/tree/remote
REST https://github.com/strongloop/loopback-example-connector/tree/rest
SOAP https://github.com/strongloop/loopback-example-connector/tree/soap

More LoopBack examples