Skip to content
This repository was archived by the owner on Jul 16, 2020. It is now read-only.

A go at PATCH implementation#37

Open
akshendra wants to merge 2 commits intobluzi:masterfrom
akshendra:patch
Open

A go at PATCH implementation#37
akshendra wants to merge 2 commits intobluzi:masterfrom
akshendra:patch

Conversation

@akshendra
Copy link
Copy Markdown
Contributor

Implementing PATCH with optional JSON Patch.

  1. If the body is of type application/json. The patched value is computed by replacing the properties stored, using Object.assign
  2. If the body is of type application/json-patch+json. The patched value is calculted by applying JSON Patch.

Added Dependency: fast-json-patch
Possible solution for #33

@bluzi
Copy link
Copy Markdown
Owner

bluzi commented Jun 17, 2018

Thanks again, I'll test it soon and merge it if all goes well

@Haaruun-I
Copy link
Copy Markdown

Any updates on this? It's ben 2 years

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants