-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Hard to maintain Plone REST API sync with plone.server #137
Comments
@bloodbare I feel your pain. I'm in a similar situation with providing a customer of ours with a changelog of (breaking) API changes between updates. I can see a couple points where we can address this:
|
Closing issue in favor of: #162 |
I'm trying to keep track of development on plone.restapi in order to apply the same REST implementation on plone.server but it gets hard dues to not a specification. I would say that we need to have some kind of list:
Content Type + HTTP VERB + named endpoint : functionallity + example input/output
Where its forced that pull requests have this document updated before commiting or edditing the API.
@tisto
The text was updated successfully, but these errors were encountered: