liveapicreator-admin-cli
Version:
The NodeJS command line utility for 'CA Live API Creator' DevOps Administration from CA Technologies
34 lines • 933 B
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": [
"custom_endpoints"
]
}
},
"{d}custom_endpoints": {
"{f}ReadMe.md": "This folder contains definitions for custom_endpoints\n",
"{f}New$0020custom$0020endpoint.json": {
"name": "New custom endpoint",
"isActive": true,
"description": null,
"requiresAuthentication": false,
"urlPattern": ".*",
"appliesTo": {
"get": true,
"put": false,
"post": false,
"delete": false
}
},
"{f}New$0020custom$0020endpoint.js": "var res = {result: 'Hello'};\nreturn JSON.stringify(res);\n"
}
}
}