On Monday, July 11, 2016 at 8:43:13 AM UTC-4, Marlysson Silva wrote: > > Without to use DBAPI but still it would be possible to build API Rest with > web2py using @restful? > > Managering dal mannual >
Please read the documentation suggested: http://web2py.com/books/default/chapter/29/10/services?search=restful#Restful-Web-Services. The entire purpose of that functionality is to implement REST APIs. You don't necessarily even need to manage the DAL manually, as there is already some built-in functionality to automate many database operations. Anthony -- 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.

