Hi,
I'm working on an app that uses REST. I'm kind of stumped on this... where does a "contact" page fit in? ... "contact" sounds like a verb. Would I change the url from "/contact" to "/us" and then the post would handle the form submission? The contact page is only for sending a message, so there really is no "resource", well except for the person being contacted right? Is that the resource? And am I right in saying that unless I was storing the contact messages in a database, there is no PUT or DELETE methods?
Thanks