reslang
reslang copied to clipboard
`representation` parameter description unclear
The description of representation parameters is unclear.
- The responsibilities between the service and the framework need to be clearly defined. The documentation's example seems to mix things defined by reslang and things that must be implemented by the service. The boundary is pretty fuzzy.
- The text says such parameters turn into
queryparameters, but it seems more likely the parameters arequeryonly. I suspect the parameters do not appear as resource attributes. - What is the difference between
queryonlyandrepresentation? Why wouldn't one simply usequeryonly? Unclear what functionalityrepresentationadds.