blob: 0c81c5ea961b4d08c0ae4043a09ad2141ee25aba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
x iron-slog
x integrate API server example into a main.rs
- get and post for creators
- cleanup pooled database: https://github.com/diesel-rs/diesel/pull/1466
then:
- encode the remaining entities in SQL
- openapi for other entities (heavily templated)
later:
- metrics, jwt, config, sentry, testing
|