According to descriptions I've read about REST, it seems like I should stick to at least 4 methods: HTTP POST HTTP GET HTTP PUT HTTP DELETE
The request storage structure has POST and GET, but not PUT and DELETE. Massimo, how do you recommend I implement an API that has PUT and DELETE methods for a specific table? Should I assume POST means insert and PUT means edit, or the other way around? -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

