diff + HTTP PATCH == wrong?
Philippe Rathé <[email protected]>
| Newsgroups | gmane.comp.web.services.rest |
|---|---|
| Message-ID | <CAE-VBsCJV4rLYHD4EcwQxwwQUO7MyTQC7QLCACt_2yRy7kGLSg@mail.gmail.com> |
Hi, does anyone sees applying a changeset to a resource as a complete replacement? I use to think that. I see devs blindly associating diff-like media with PATCH because of the largely popular diff/patch utility pair. IMO PUT should be use. Another reason is that diff resolution is a good candidate for idempotency. -- Philippe