From b0c63cdd78d01a549c3061a96fba2ce50f736ca1 Mon Sep 17 00:00:00 2001 From: Almaz Sharipov Date: Mon, 31 Mar 2025 14:18:33 +0300 Subject: [PATCH] added docs and some uml --- README.md | 2 +- src/docs/{ => api}/openapi_en.yml | 0 src/docs/{ => api}/openapi_ru.yml | 0 src/docs/{ => api}/Пример.bsl | 0 src/docs/dblist.drawio | 88 +++++++++++++++++++++++++++++++ 5 files changed, 89 insertions(+), 1 deletion(-) rename src/docs/{ => api}/openapi_en.yml (100%) rename src/docs/{ => api}/openapi_ru.yml (100%) rename src/docs/{ => api}/Пример.bsl (100%) create mode 100644 src/docs/dblist.drawio diff --git a/README.md b/README.md index 5764fab..36a0f64 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ A lightweight REST service designed to replace ADODB calls in legacy software sy ## API description -See Swagger OpenAPI 3.0 specification in /src/docs +See Swagger OpenAPI 3.0 specification in /src/docs/api ## How to compile diff --git a/src/docs/openapi_en.yml b/src/docs/api/openapi_en.yml similarity index 100% rename from src/docs/openapi_en.yml rename to src/docs/api/openapi_en.yml diff --git a/src/docs/openapi_ru.yml b/src/docs/api/openapi_ru.yml similarity index 100% rename from src/docs/openapi_ru.yml rename to src/docs/api/openapi_ru.yml diff --git a/src/docs/Пример.bsl b/src/docs/api/Пример.bsl similarity index 100% rename from src/docs/Пример.bsl rename to src/docs/api/Пример.bsl diff --git a/src/docs/dblist.drawio b/src/docs/dblist.drawio new file mode 100644 index 0000000..7a6add2 --- /dev/null +++ b/src/docs/dblist.drawio @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file