Since your application is likely to deal mainly with certain types of resources, you can use the PodResourcesHandlerMixin to interact with the Pod more easily. This mixin contains the same type of actions as the PodResourcesMixin, except that you don’t need to provide the containerUri for the post and list actions: it will be automatically guessed based on the type setting of the mixin.
Listening to resources changes
The PodResourcesHandlerMixin can also be used to listen for changes in the Pod. If you set the onCreate, onUpdate, or onDelete methods, the mixin will automatically watch for Create, Update, and Delete activities related to these resources, thanks to the PodActivitiesWatcherService.