Tagged Questions
2
votes
1answer
107 views
Integration of routes that are not resources in an MVC REST style application
I would like to keep my application relatively REST-pure for the sake of consistency, but I'm struggling philosophically with the relatively few views (maybe just one) that I'll need to build that ...