KimchiAPI/api_handler/configuration.json

21 lines
446 B
JSON

{
"name": "Example API service",
"configuration": {
"logging_enabled": true,
"root_path": "/test",
"framework_signature": true,
"api_signature": true,
"khm_enabled": true,
"firewall_deny": [],
"headers": {}
},
"versions": [
{
"version": "v1",
"enabled": true,
"methods": [
{"methods": ["GET", "POST"], "path": "ping", "class": "PingMethod"}
]
}
]
}