-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Suggestion
APIConnect v2018 now has limited support in OpenAPIv3. See demo and limitations.
Use Cases
There might be various use cases, I think for one use case, we can:
- create LoopBack 4 application and expose some REST APIs
- Using APIConnect cli, import existing OpenAPI from step 1. (From my understanding, there is no UI support for OpenAPIv3, so need to do it through CLI)
- Once the API has been imported, change the
target-urlto point to that REST API endpoint - publish to catalog
- set up portal
- test it within portal
Note: this is based on my limited understanding of APIConnect and things might change as well. We can get @smartmouse to help if needed.
Acceptance criteria
We should:
- Import OpenAPI v3 spec from a LoopBack 4 API into IBM APIConnect
- Try to create subscriptions for the API from IBM Advanced Portal
- Test the LB endpoint from IBM APIConnect after importing
- investigate if
General limitationsandSecurity limitationsin APIC Knowledge Center would affect us