From a914282a5dafcb4cc09e70f0d2d39f772ea0390b Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Mon, 30 Jan 2023 10:49:34 +0100 Subject: [PATCH] Added mention of new backend in readme.md --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index a6dc0d9..0f7839f 100644 --- a/readme.md +++ b/readme.md @@ -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