/
mcmare
/
RustAPI
Обзор
Документация
Войти
/
mcmare
/
RustAPI
Код
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
engine/tests/fixtures/http/endpoints/items.yaml
20 строк
330 B
mcmare
Add HTTP dispatch layer wiring config endpoints to axum routes with auth
18 июл 2026, 16:36
18 июл 2026, 16:36
08c3af7
Код
Авторство
О чём код?
endpoints: - method: POST path: /items connection: main_db table: items operation: create input: name: string output: id: uuid name: string - method: GET path: /items/{id} connection: main_db table: items operation: read output: id: uuid name: string