On 12/09/2010 19:46, Adrian A. wrote: > I think it might be a great addition if somehow it would be easy > for the user(developer) to just "map" this behavior(URLs and the verbs) over > a Click application too > (or at least over a part of the application): > - nowadays many webapps are required to expose a "public" API for a part of > their functionality, > and that in a REST like style.
Thinking about this today I'm not sure it makes sense. REST is a way to expose services on the web. Click is a view framework and could consume those REST services, but being itself consumed used as REST services will probably lead to a conflict of interest. Bob
