Hey all, I'm building a crud-heavy app using web2py restful api/decorator. In a non-restful context, it's easy (and cruft free) to create and grab forms using the built-in crud wrapper. However, in a restful context with separate GET/POST/PUT/DELETE methods, what's the least repetitive and most web2py way of handling things?
Thanks.