Introduces a new /api/choices/ endpoint for fetching model choices with multilingual labels. Updates Django models to use 'cz#' prefix for Czech labels. Adds OpenAPI client generation via orval, refactors frontend API structure, and provides documentation and helper scripts for dynamic choices and OpenAPI usage.
186 B
186 B
🔐 Přihlášení (public)
import { authLoginCreate } from "@/api/generated/public";
await authLoginCreate({
email: "test@test.com",
password: "secret",
});