zfcampus / zf-rest

BSD 3-Clause "New" or "Revised" License
32 stars 37 forks source link

JSON patch according to RFC6902 #76

Open Wilt opened 9 years ago

Wilt commented 9 years ago

Enhancement? I recently ran into this blog post referring to the RFC6902 standard for JSON patch. It seems this patching standard allows some additional flexibility regarding patch operations.

As an example; with this method of patching resources you can simply remove or add a member to a collection without sending the whole collection. Simply sending the new member or the member to remove is enough.

Are there any ideas of implementing patch RFC6902 style in the future?

weierophinney commented 9 years ago

Not currently, but if somebody wants to work on support for it, I'd welcome it. :)

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-rest; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-rest/issues/6.