Are you asking how to use the @request.restful decorator, or how to use additional decorators along with that one? If the former, check out http://web2py.com/books/default/chapter/29/10#Restful-Web-Services; if the latter, here's an example with an auth decorator: http://web2py.com/books/default/chapter/29/10#Access-Control.
Anthony On Tuesday, August 14, 2012 1:22:28 AM UTC-4, deepak wrote: > > Hi all, > > Could anybody help me give a heads up on how to use RESTful service with > URL decorators in web2py? > > Deepak > > --

