I use GET, POST and DELETE. Generally that, plus the URL, is enough extra context to figure out what the expected operation should be. PUT/PATCH semantics are neat but I can’t say I find them particularly necessary.
I use GET, POST and DELETE. Generally that, plus the URL, is enough extra context to figure out what the expected operation should be. PUT/PATCH semantics are neat but I can’t say I find them particularly necessary.