]
Ted Jones updated TEIIDDES-1829:
--------------------------------
Attachment: (was: REST CP.png)
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
Security Level: Public(Everyone can see)
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
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: {code}
http://{host}:{port}/restservice/books/book?parm1=value1&parm2=value2.) {code}