plone.restapi icon indicating copy to clipboard operation
plone.restapi copied to clipboard

RESTful API for Plone.

Results 183 plone.restapi issues
Sort by recently updated
recently updated
newest added

Needed for https://github.com/plone/plone.app.discussion/pull/204 Tests won't pass until https://github.com/plone/plone.app.discussion/pull/204 is merged as it is a co-dependent change. Updating p.a.discussion to set timezone aware times. The current test is checking for a...

01 type: bug
23 status: testing
12 prio: high

The previous pr #1466 resolved an issue where the endpoint was returning unsanitized user id's. Following #1481 the new @portrait endpoint does not require sanitized user id's so when email...

01 type: bug

One missing feature in the headless implementation of plone.restapi is the ability to upgrade a Plone site.

Plone 6.0.0b3, plone.restapi 8.30.0 Full report: https://community.plone.org/t/plone-restapi-navigation-items-empty-for-migrated-content-items-visible-after-editing-them/15759/2 Published subobjects without effective date set are not available in `@navigation -> items`

01 type: bug

`plone.restapi/src/plone/restapi/tests/http-examples/linkintegrity_get.resp` needs content. See https://6.dev-docs.plone.org/plone.restapi/docs/source/endpoints/linkintegrity.html

33 needs: docs

This can be helpful when migrating content from another site.

04 type: enhancement

As plone.restapi can be used without Volto and we have a dedicated backend add-on for Volto called [plone.volto](https://github.com/plone/plone.volto) we should move **IBlocks** specific behaviors to this add-on.

04 type: enhancement

after making a fork and cloning to local machine. * run make command * add eggs = rest.api to buildout * run bin/buildout We get the following error: * #...