I am trying to find more details on @request.restful() in Web2py.  I
have found a vimeo video:
http://vimeo.com/21133657

And a post on reddit:
http://www.reddit.com/r/programming/comments/g5hxq/web2py_trunk_has_a_new_restful_api_that_writes_db/c1l2ykg

Is there any other documentation?

In particular, the reddit post says:
 # we can limit access using auth.requires_login
 # but it must be preceeded by request.restful

But the code snippet doesn't actually use auth.requires_login - it is
just a repeat of the earlier code example.   Are there any examples of
use of auth.requires_login with a Restful service?

Thanks in advance


Brendan

Reply via email to