Patches and fixes for plone.restapi which are not yet released.
- Set site before any rest service call. This is required so that all utility calls, e.g. for the config registry, take the correct site context, e.g. when working with sub sites.
- Navigation endpoint should sort by object position in parent: plone/plone.restapi#1107
- Layout based serialization, include default_page in serialization: plone/plone.restapi#944
Install cusy.restapi.patches
by adding it to your buildout:
[buildout] ... eggs = cusy.restapi.patches
and then running bin/buildout
- Issue Tracker: https://github.com/cusyio/cusy.restapi.patches/issues
- Source Code: https://github.com/cusyio/cusy.restapi.patches
If you are having issues, please let us know by adding a new ticket.
The project is licensed under the GPLv2.