]
Barry LaFond commented on TEIIDDES-1829:
----------------------------------------
* +1 on adding the URL preview
* I'd suggest placing the *Parameters* and *Optional Request Header Properties* panels
in a tabbed panel to optimize space.
Add Dynamic Parameter Capability to REST Connection Profile
-----------------------------------------------------------
Key: TEIIDDES-1829
URL:
https://issues.jboss.org/browse/TEIIDDES-1829
Project: Teiid Designer
Issue Type: Feature Request
Components: Web Services Support
Affects Versions: 8.2
Reporter: Ted Jones
Assignee: Ted Jones
Fix For: 8.6, 8.5.1
Attachments: add_parameter_dialog.png, REST CP.png
Currently the REST CP just takes a URL, potentially with parameters included. Need to add
an option for dynamic parameters including URI and/or query string. As parameters are
added, we should generate a preview of the full URL. Something like:
http://{host}:{port}/restservice/books/book?parm1=value1&parm2=value2.