Should you use REST application architecture for contained application
Hello!
This might be a stupid question, but I'm a bit confused and can't find anything anywhere.
I am building a new internal application in ColdFusion 2018. A team member has said that it needs to be entirely RESTful. I have built RESTful APIs to applications to expose portions of the application funtionality or data to outside tools/applications. However, there will be no outside tools inegrating with this application. If I am already using an MVC design, is there a good reason for the apparent extra work of making RESTful methods and access if everything is only accessible within the single application?
Thank you for any input.
