-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task/part2 rendering of entities #1288
Task/part2 rendering of entities #1288
Conversation
|
||
if (ciP->uriParamOptions["keyValues"] == true) | ||
{ | ||
renderMode = "keyValues"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunatelly, "keyValues" seems that will not be used at the end. However, the issue is still under discussion, so probably the best strategy is to progress this PR without changes, then fix it in a next PR once it gets clear. What do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I really believe that would be easier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At the end seems that "keyValues" will be used. Keep tunned :)
NTC
LGTM (although I have to admit that the "identation changes noisy" make me not be too confident about my review...) |
…tities Task/part2 rendering of entities
Sorry about that. Any case, if you ever have doubts on functests, execute them in your own machine. |
Part II of issue #1259, rendering the output of /v2/entities[/< eid >]
Three renering modes implemented:
The mechanism right now to pick a rendering mode is via URL parameters.
This is not really decided yet - might change to URL PATH instead.
But, that is a minor change in the implementation.