Add a new RawData event which returns the un-parsed raw response in Queryable
Update Caching Behavior to hook into rawData event to set cached data
Update Caching Behavior to override send with cached response
Fix Tests
Category
[X] Bug fix?
[ ] New feature?
[ ] New sample?
[ ] Documentation update?
Related Issues
fixes #2836
What's in this Pull Request?
Update to caching and queryable behavior to handle raw/unparsed data. Working with unparsed data allows us to store annotations and properties required for paginating (such as odata.nextLink) parsers.
Add a new RawData event which returns the un-parsed raw response in Queryable Update Caching Behavior to hook into rawData event to set cached data Update Caching Behavior to override send with cached response Fix Tests
Category
Related Issues
fixes #2836
What's in this Pull Request?
Update to caching and queryable behavior to handle raw/unparsed data. Working with unparsed data allows us to store annotations and properties required for paginating (such as odata.nextLink) parsers.