Добавил таймауты для API-запросов, уточнил парсинг тегов и типизацию аргументов

This commit is contained in:
2026-07-06 16:01:24 +03:00
parent 8d19e1d43f
commit bd20ef4d48
5 changed files with 56 additions and 22 deletions

3
api/constants.py Normal file
View File

@@ -0,0 +1,3 @@
"""Константы API-клиентов."""
REQUEST_TIMEOUT = 30