Use DapNET API definition as "single source of truth" #9
Labels
cleanup
Remove unnecessary code or refactor code to be easier to maintain
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
Use dapnet-core/api-docs as "single source of truth". All routes, data definitions and validation rules are to be generated automatically from them.
Reasoning: The API surface of this project is rather large and especially the validation rules for input forms are complex. Managing this complexity on the server, the client(s) and the API document is unpromising and will lead to poor maintainability.
The text was updated successfully, but these errors were encountered: