Closed masojus closed 7 years ago
I think I've addressed all feedback, either via code changes or by responding here inline or opening an Issue. If this all looks OK, I'll get it merged, and then I'll follow up with a PR that updates the Readme/Changelog and bumps the version to 5.2.0 in preparation for releasing the Maven artifacts.
Fixes Issue #87 by adding support for Saved/Cached Queries.
SavedQueries
interface, but we'd want to be sure that makes sense for future work (Access Keys and Datasets, for starters) which also need Master Key for some functionality..../result
endpoints, but rather relies on pre-existingQueryResult
to represent the actual query result, and just aMap<String, Object>
to represent everything else like the Saved Query definitions. We could look at adding some helpers if it seems frequent that client code wants to access things likerun_information
and properties related to create/update info.__fake_root
stuff in a better way that requires a breaking change, but in avnext_major
branch.