Hi, I'm working on a new project that requires a restful api service and found a problem.

Following the examples in the book and Bruno's example in web2py slices could successfully write an API service, also tried the APIMaker example from expert4solutions. In the second case didn't get validation so replaced insert and update with validate_and_insert and validate and update respectively.

Now I found out that when posting or updating data either it is correct or not server always returns 200 code and never a 404, so I have to watch for response.data.row.errors, is there a way to make it work as spected?

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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to