paul nisset wrote:Hi Mark,
This is a twofer .
Do you consider REST more of a design concept ie. manipulating data through resource allocation -(get, put,delete, post)
or more of a specific technology?
Thanks,
Paul
Greetings Paul,
I see the Web as a programming platform with REST as its constraints. So, I guess it is a little of both. It offers a set of base concepts like resources, link relations, and representational entities with links. With the interaction constraints that are implemented with HTTP/1.1 and tied to these core, primitive concepts - the Web is a framework/platform for building a variety of client-server applications.
Does that answer make sense or is it more confusing? I am happy to clarify my mental model for REST further if you'd like.
-Mark