blob: af67367dce4f981ba46ad46b029e2799c20f27ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
- 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
|