-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
As a LoopBack 4 user connecting to a REST service with an OpenAPI description, I would like to leverage loopback-connector-openapi to build an easy-to-use service proxy for me. Unfortunately, there is very little information how to do that.
Acceptance Criteria
- Enhance Calling other APIs and web services to show how to use OpenAPI connector
- Update connector's README file to make it relevant for LB4 users.
Possible structure:
- In "Calling other APIs", provide short section covering the common path at high level and point users to the connector docs for more details.
- In connector's README, go deeper into OpenAPI-specific configuration and behavior.