|
|
|
|
|
by florianmartens
610 days ago
|
|
I agree. API-first is the way! Change your schema, auto-generate types into your code and use them for your server definition. It's just faster and more secure this way. Use api-fiddle.com or spotlight.io to work with the schemas (branching, sync with Github). In a fully typesafe world, it should be pretty hard to derive from the shema this way. |
|