liveapicreator-admin-cli
Version:
The NodeJS command line utility for 'CA Live API Creator' DevOps Administration from CA Technologies
48 lines • 1.39 kB
JSON
{
"{d}test": {
"{f}exportoptions.json": {
"passwordStyle": "SKIP",
"apiOptionStyle": "EMIT_ALL",
"authTokenStyle": "SKIP_AUTO",
"skipUrlFragmentWrapping": false,
"libraryStyle": "EMIT_ALL",
"schemaCacheStyle": "DO_NOT_EMIT",
"filters": {
"key": [
"request_events"
]
}
},
"{d}request_events": {
"{f}ReadMe.md": "This folder contains definitions for request events\n",
"{f}Event$0020ape.json": {
"name": "Event ape",
"eventType": "error",
"comments": null,
"isActive": true
},
"{f}Event$0020ape.js": "// Insert error event handling code here\n",
"{f}Event$0020dum.json": {
"name": "Event dum",
"eventType": "response",
"comments": null,
"isActive": true
},
"{f}Event$0020dum.js": "// Insert response event handling code here\n",
"{f}Event$0020jsx.json": {
"name": "Event jsx",
"eventType": "request",
"comments": null,
"isActive": true
},
"{f}Event$0020jsx.js": "// Insert request event handling code here\n",
"{f}Event$0020tgs.json": {
"name": "Event tgs",
"eventType": "options",
"comments": null,
"isActive": true
},
"{f}Event$0020tgs.js": "// Insert options event handling code here\n"
}
}
}