RE: Verbs in the URL: I’m having trouble wrapping my head around that one. It seems intuitive that POST request to a url such as /item/create would indicate that a new item is being created and would therefore be appropriate. How would you create/update a resource, avoid using verbs in the URL, and still convey that a resource is being created/updated?