$env.COMMERCE_API_URL$env.COMMERCE_API_URL$secrets.COMMERCE_TOKEN_URLclient_id: $secrets.COMMERCE_CLIENT_IDclient_secret: $secrets.COMMERCE_CLIENT_SECRETgrant_type: client_credentialsscope: $secrets.COMMERCE_SCOPE./openapi.json{
"basePath": "$env.COMMERCE_API_URL",
"openApi": {
"url": "./openapi.json"
},
"token": {
"body": {
"client_id": "$secrets.COMMERCE_CLIENT_ID",
"client_secret": "$secrets.COMMERCE_CLIENT_SECRET",
"grant_type": "client_credentials",
"scope": "$secrets.COMMERCE_SCOPE"
},
"url": "$secrets.COMMERCE_TOKEN_URL"
},
"name": "commerce",
"org": "stacc",
"module": "integrations",
"component": "commerce"
}$env.CORE_API_URLBearer / $secrets.CORE_PASSWORD./openapi.jsonBearer / $secrets.CORE_PASSWORD{
"basePath": "$env.CORE_API_URL",
"client": {
"basicAuth": {
"password": "$secrets.CORE_PASSWORD",
"username": "Bearer"
}
},
"openApi": {
"basicAuth": {
"password": "$secrets.CORE_PASSWORD",
"username": "Bearer"
},
"url": "./openapi.json"
},
"name": "core",
"org": "stacc",
"module": "integrations",
"component": "core"
}$env.NEXUS_HUB_API_URL./openapi.yaml{
"basePath": "$env.NEXUS_HUB_API_URL",
"client": {},
"openApi": {
"url": "./openapi.yaml"
},
"name": "nexus-hub",
"org": "stacc",
"module": "integrations",
"component": "nexus-hub"
}