Closed geraldoyudo closed 5 years ago
App Domain API does not need to be revamped since its an admin facing api and not a client facing api. Data can still be adequately accessed using spring data rest repositories. But all /appDomains api's will be protected by the admin token.
API for domain management needs to be simpler to use and more intuitive. Rely less on spring data rest and create traditional rest controllers with services so that functionalities can be implemented through aspects easily at different layers.