blob: f66b2b3af04a50ec72a01901940376b970fb7999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
x re-generate OpenAPI
=> using whatever sagger-codegen 2.3.1 (stable?)
=> take iron example from older generator 2.3.1 (iron)
=> cargo swagger (docker) seems to only use latest
- integrate API server example into a main.rs
- iron-slog
- get and post for creators
then:
- encode the remaining entities in SQL
- openapi for other entities (heavily templated)
later:
- metrics, jwt, config, sentry, testing
|