Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider json patch for documentation fixes #62

Closed
sonallux opened this issue Mar 27, 2021 · 0 comments · Fixed by #95
Closed

Consider json patch for documentation fixes #62

sonallux opened this issue Mar 27, 2021 · 0 comments · Fixed by #95
Labels
enhancement New feature or request

Comments

@sonallux
Copy link
Owner

JSON Patch (RFC 6902) defines a JSON document structure for expressing a sequence of operations to apply to a JSON document. This could be used to express all our patches to the Spotify Web API Reference documentation in a standardized way because currently they are all hardcoded in Java.

There are two libraries that use Jackson to apply and generate such JSON Patches:

@sonallux sonallux added the enhancement New feature or request label Mar 27, 2021
sonallux added a commit that referenced this issue Aug 23, 2021
This PR updates to the latest changes in the Web API Reference and migrates away from the fixes as Java Code to declarative patches.

Fixes #62
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant