plone.restapi
plone.restapi copied to clipboard
RESTful API for Plone.
fix for #1402. Required to be able to merge https://github.com/plone/plone.app.querystring/pull/107
A relation endpoint should allow to get, add and delete relation tuples per context similar to the relation module in plone.api (https://6.dev-docs.plone.org/plone.api/relation.html). It should also allow to get, add and...
Regarding https://github.com/plone/volto/pull/3317 it would be nice if the api could give us more info regarding link integrity breaches. For the moment linkintegrity api does not detect objects referenced by a...
DX Decimal fields were not support until now.
See #242
The Type Schema endpoint (`/@types/WhateverType`) is available only for authenticated users: https://github.com/plone/plone.restapi/blob/master/src/plone/restapi/services/types/get.py#L120 https://github.com/plone/plone.restapi/blob/master/src/plone/restapi/services/types/get.py#L23 If we want to have a DefaultView in Volto for schema based content-types and this view should...
To reduce the attack surface on plone systems, it is really important to have a mechanism to implement API rate limiting for both anonymous and authorized users (via account or...
When you create a new content using Plone.Restapi (Custom content type), the system creates a history and stores on the disk (zoedb) of relstorage(postgre, my*sql). If you attempt a large...
Hi @stevepiercy @jensens we still use version 7.x to create AT content on some applications and we encounter a bug: it is possible to create an empty content without required...