Supported back-ends
At this moment we only provide demos for back-ends based on Progress Aplication Server.
You can always vote for other back-ends on the roadmap or implement your own language specific back-end.
Example class
doh_mapping for dynamically setting a class_method behind an API call
{
"doh_mapping": [
{
"path": "/app",
"operations": [
{
"path": "/app",
"operations": [
{
"path": "/app",
"operation": "get",
"class": "api4ui_backend_abl.appserver.be.app",
"class_method": "Readapp",
"parameters": []
}
]
}
]
}
]
}