In web2py's documentation about RESTFul services it shows how retrieve 
resources by people , example:

http://127.0.0.1/myapp/default/api/persons.json


And after it shown how retrieve a unique person :

http://127.0.0.1/myapp/default/api/person/1.json

But in REST especification ( or at least by convention ) is recommended 
handle all resources in plural .. and too to stay an api clean .. without 
many endpoints..

Just observation about the diference in how web2py handle data endpoints 
and the convention in world. :D 

Have you some consideration?


-- 
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