Why REST (Representational State Transfer) ?(blog.dhananjaynene.com) |
Why REST (Representational State Transfer) ?(blog.dhananjaynene.com) |
I personally will still stay away from it. I'm sure that if I implemented RESTful system, eventually I would need some special functionality that would force me to either emulate RPC over REST (what was the point implementing it in first place if I do that) or end up with 2 interfaces - one for REST and other for RPC, making things confusing.