I am new to web2py/python. Really like what I see so far. I am trying to implement a RESTfull query to retrieve multiple entities at the same time.
(1) is there a recipe on how to implement the following request using parse_as_rest()? http://example.com/app/controller/api/ENTITY?id=[10,11,12,13] (2) is there a way to get multiple values in one query using DAL? (3) should I be looking at hypermedia API instead? many thanks -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

