-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Use Cases
Source Epic: https://github.ibm.com/velox/ui/issues/19306
APIC 5.0 had options to import Open API spec (v2) from an existing LoopBack 3 Application.
(https://www.ibm.com/support/knowledgecenter/en/SSFS6T/com.ibm.apic.toolkit.doc/capim_cli_product_yaml_example.html ).
APIConnect v2018 now has limited support to import OpenAPI -v3 (https://www.ibm.com/support/knowledgecenter/en/SSMNED_2018/com.ibm.apic.toolkit.doc/rapic_oai3_support.html).
LoopBack provides extensive support for creating OpenAPI v3 APIs.
APIC 2018 / LoopBack 4 integration is a proposed strategic solution to allow creating new LoopBack 4 APIs and importing existing LoopBack 4 APIs.
Acceptance criteria
- APIC / LoopBack check integration options and limitations [Spike] API Connect / LoopBack 4 integration #4115
-
Toolkit commands to digest LoopBack API specifications per APIC format https://github.ibm.com/velox/platform/issues/1559 - 🏃 APIC OpenAPI enhancer. See PR: feat(apiconnect): initial implemention of ApiConnectComponent #4851
- SPIKE : End to End test Shopping example in cloud with APIConnect [Spike] End to End test Shopping example in cloud with APIConnect #4498
- Update APIC knowledge center on how to import LoopBack API spec, once the above two tasks are completed