What is the minimum set of HTTP verbs that a server should allow for a web service to be classed as RESTful?
What if my hoster doesn\'t permit PUT
If you just use GET and POST, it's still RESTful. Your web service may only do things which only required GET or POST, so that's fine.