This package is part of the Apie library. The code is maintained in a monorepo, so PR's need to be sent to the monorepo
This package contains common actions used by the high-level functionality (where apie/core contains low-level functionality). For example apie/rest-api uses the actions from this package and maps them to REST API calls.
Creates objects from raw contents and stores them with the persistence layer.
retrieves a list of objects of a specific resource. It can filter them too.
The RPC type of action. Runs a method and returns the return value.