mintsweet opened a new issue, #6199: URL: https://github.com/apache/incubator-devlake/issues/6199
## What and why to refactor The current API definition method follows the most recently used place, resulting in a lot of duplicate code and type definitions. At the same time, when the API changes, many places need to be modified, which is error-prone and a waste of time. ## Describe the solution you'd like Create an api directory and collect all apis into the directory. ## Related Prs #6198 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
