plone.restapi
plone.restapi copied to clipboard
RESTful API for Plone.
At https://6.dev-docs.plone.org/plone.restapi/docs/source/translations.html#expansion it implies that there should be a code example by virtue of a colon at the end of the final sentence, but there is none. Should there be...
https://github.com/plone/plone.restapi/blob/42387edcb758396fbc97d0ded59de87d63767ea6/setup.py#L42 But `plone.tiles` is not Plone Core. This should be optional in tests.
I wonder why @actions does not include the URLs of actions? When I need to render actions then I need their URLs. Otherwise the @actions endpoint has no value. Or?...
The logging message ``` plone.restapi.serializer.dxfields Term lookup error: 't' ``` is too poor. It should contain additional information about (`self.context.absolute_url(1) and `self.field.title`) and in order to make this logging message...
These changes resolve all the remaining authentication, login, logout edge cases I'm aware of, in this case those cases involving authentication at the Zope root `/acl_users` level, typically for ZMI...
Build on #1141 to flesh out the rest of the PAS plugin interfaces that the JWT plugin should support, namely those methods that handle log in and log out. With...
I want to modify shortname as a sequential number. My solution was using zope.lifecycleevent.IObjectCreatedEvent. but My volto app doesn't fire this event. Is this related to plone.restapi? Or, Do you...
Reverts plone/plone.restapi#1255