indicthreads.com
Modelling RESTful applications – Why should I not use verbs in the REST url?
As per REST, the URLs should make use of HTTP verbs to expose their REST based services via HTTP. (i.e GET/PUT/POST/DELETE). But in a real life complex application, we are faced with exposing many …