-
-
Notifications
You must be signed in to change notification settings - Fork 161
Closed
Labels
Description
This is a bit of a pedantic (breaking) issue that I found while writing up the OpenAPI spec: due to the naming convention of Postgres (snake_case), most of the fields in the API are also snake_case. It'd be more idiomatic to use camelCase.
There are also other minor issues that I found (mostly to do with types, e.g. string
should be number
), so we can do all that plus the OpenAPI stuff in one go. Probably not gonna eliminate all of such issues, but we can at least kaizen our way there.