Hi, I'm MrTango
-
Writing a custom service for Plone REST API
The Plone REST API allows you to reduce client resquests, by expanding a response to include additional information in one single response. This post shows how you can write a service and expand it.
-
Writing a custom serializer for Plone REST API
The Plone REST API already provides a lot of useful information and functions by default, but sometimes you want a bit more customization on the backend, for easier usage on the client side.