Give me a example of non-RESTful design?

Viewed 6748

I learned the term "RESTful" as a Rails developer. After reading wikipedia, also here and here.

I don't get it. It seems to me, Rails is only using a concise way to describe URLs. It seems to me every URI is RESTful, in it's designed scope.

For example, I think GET /delete?student_id=3 is RESTful in the scope the the application itself.

Can anybody tell me which constrict does it violate? Please refer the constrict from the REST definition.

4 Answers
Related