This is a web tooling to import OAS aka Swagger specifications on 3Scale.
Test live: http://oas-importer.apps.paas.dc1.rhbrlab.com/
Currently it import:
- API definition
- Mapping Rules
- Methods
- ActiveDocs (Swagger 2.0)
- Plans
Creates a default plan.
Import the template
oc create -f openshift/3scale-oas-importer.json -n openshift
Create the app
oc new-app 3scale-oas-importer
npm install
npm start run