@axway/amplify-central-github-extension
Version:
Create Amplify Central resources from Github API Management APIs
23 lines • 526 B
JSON
{
"openapi": "3.0.2",
"info": {
"title": "API Server specification.",
"version": "0.24.0",
"contact": {
"name": "Axway Support",
"email": "support@axway.com"
},
"license": {
"name": "Copyright Axway 2020. All rights reserved."
},
"description": "API Server specification for Amplify Central."
},
"security": [],
"servers": [
{
"url": "https://apicentral.axway.com/apis"
}
],
"paths": {},
"components": {}
}