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.
- Host: GitHub
- URL: https://github.com/dhmlau/loopback4-external-apis
- Owner: dhmlau
- Created: 2019-03-14T18:55:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T18:56:14.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T23:22:04.332Z (over 1 year ago)
- Topics: loopback, loopback4, rest-api, soap
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Run the application
1. Run:
`npm start`
2. In a browser, go to:
`http://localhost:3000/explorer`
[![LoopBack]()](http://loopback.io/)