Re: How much REST should your web API get?

2013-05-03 Thread Jerome Louvel
Hi Adam, Regarding Restlet Framework, its implies a resource-oriented design (resources, URIs, representations) and proper usage of HTTP application-level features (conneg, caching, conditional requests, etc.). However it doesn't force interaction between clients and servers to go through

RE: How much REST should your web API get?

2013-05-02 Thread Adam Mc
Jerome, this was a good post and lots to think about. I don't have any feed back right now, as much of the conversation was new material for me, but I tended to agree with what Hansson posted. Are you planing on moving Restlet towards more of the Web API style framework, as opposed to a