Open
Description
Is query parameters testing in the roadmap of this repo?
If so, what's the planned workflow? I would imagine we firstly check the |ProtocolFeaturesSupported| on service root, if certain parameters are supported, we pick some resources (or walk through every resource), apply query parameters on them, and finally check the result according to these rules:
- only; response shall be exactly the same as querying the resource directly
- expand; response shall be exactly the same as querying the list of sub-resources sequentially
- select; selected properties and values shall be exactly the same as they are in the original response; revered properties are turned regardlessly
- filter; pending..
Any better ideas?