Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 736 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 736 Bytes

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