-
Notifications
You must be signed in to change notification settings - Fork 1
Use DapNET API definition as "single source of truth" #9
Copy link
Copy link
Open
Labels
cleanupRemove unnecessary code or refactor code to be easier to maintainRemove unnecessary code or refactor code to be easier to maintaindocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
cleanupRemove unnecessary code or refactor code to be easier to maintainRemove unnecessary code or refactor code to be easier to maintaindocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.