An open API service indexing awesome lists of open source software.

https://github.com/dhmlau/loopback4-external-apis

Example repo to show how to call REST and SOAP services using LoopBack 4.
https://github.com/dhmlau/loopback4-external-apis

loopback loopback4 rest-api soap

Last synced: 11 months ago
JSON representation

Example repo to show how to call REST and SOAP services using LoopBack 4.

Awesome Lists containing this project

README

          

# loopback4-external-apis

Example repo to show how to call other services using [LoopBack 4](v4.loopback.io).
Detailed instruction can be found:
https://loopback.io/doc/en/lb4/Calling-other-APIs-and-web-services.html

## What's in this LoopBack 4 project

This LoopBack 4 application contains endpoints:

- connecting to a SOAP service endpoint for a calculator service
- connecting to a REST service endpoint for Star War related info

![LB4 API Explorer](lb4-api-explorer.png)

## Run the application

1. Run:
`npm start`
2. In a browser, go to:
`http://localhost:3000/explorer`

[![LoopBack]()](http://loopback.io/)