[
https://issues.jboss.org/browse/TEIIDDES-1829?page=com.atlassian.jira.plu...
]
Ted Jones edited comment on TEIIDDES-1829 at 6/2/14 5:44 PM:
-------------------------------------------------------------
Added screenshot of new REST CP and Add Parameter dialog. The parameters can be added as
either a URI parameter type (.../books/{isbn}) or as a query string parameter
(.../books?isbn=xxxx). The parameters will be added to the base REST url in the order they
are added to the CP. Optionally, we could create a preview of URL to show what will be
generated as a result of adding the parameters.
This information will be used in the importer to generate the transfomation.
was (Author: tejones):
Added screenshot of new REST CP and Add Parameter dialog. The parameters can be added as
either a URI parameter type (.../books/{isbn}) or as a query string parameter
(.../books?isbn=xxxx). The parameters will be added to the base REST url in the order they
are added to the CP. Optionally, we could create preview URL to show what will be
generated as a result of adding the parameters.
This information will be used in the importer to generate the transfomation.
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.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)