Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Currently, the result from the read operation is fully parsed and instantiated as one of the olingo2's object. This is suitable when when you intend to directly access some part of the data using oligno2's API. But if you want to access it later or run some generic processing over it, It will be nice to have an unparsed read mode. Having this mode at the olingo2 component, one can combine the API specific operations and the generic operations.
I am thinking of adding "uread" as the unparsed version of "read".