bema/func/libxml_backend #20

Merged
bema merged 25 commits from bema/func/libxml_backend into dev 2023-02-09 13:34:44 +01:00
Showing only changes of commit a914282a5d - Show all commits

View File

@@ -15,6 +15,11 @@ openapi.yml
Rest API accepts xml documents, given querry and processor version to call requested xml engine to perform given
operation and finally returns outcome in response body.
## Flask Python backend
This is module providing support for processing XMLs using libxml library. It consumes same JSON as Java backend.
## Mocked services
MockedServices is a tool that allows developer to create, in easy and simple way, http server mocked endpoints for integration tests