feat: add search API contract

This commit is contained in:
2026-08-21 06:12:47 +03:00
parent 8f47dbb4f0
commit 73ff287b20
16 changed files with 364 additions and 19 deletions

View File

@@ -21,7 +21,7 @@ from datetime import datetime, timezone
from pathlib import Path
from typing import Callable, Iterable
APP_VERSION = "0.6.0"
APP_VERSION = "0.7.0"
API_BASE_URL = "https://cbd.minjust.gov.kg/api/v1/OpenData/"
LANGUAGES = {"Rus": "ru", "Kyr": "ky"}
IMAGE_LANGUAGES = {"Russian": "ru", "Kyrgyz": "ky"}