Заменена логика с пагинацией на возврат генератора с ответами
All checks were successful
Verify Dev Build / publish (push) Successful in 38s

This commit is contained in:
2026-02-25 12:22:37 +03:00
parent da232d7461
commit 2b53f309c2
3 changed files with 1355 additions and 890 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "oxidetwitch"
version = "1.0.0"
version = "1.1.0"
description = "Client for Twitch API"
readme = "README.md"
authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }]