dotnet-starter-kit
dotnet-starter-kit copied to clipboard
Encapsulate API return values into a unified format
Can the return values of backend APIs be encapsulated in the same format? For example, like this: { code:int, data:any, message:string }. Encapsulating them in a unified format facilitates the use by front-end frameworks, such as Vue.
@iammukeshm Is there any plan for this? If yes, can you assign the ticket to me?