Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
An API we are hoping to interface with using Talend Data Integration (and Talend Studio) requires us to use the HTTP Method PATCH. However, it appears that the `tRest` compoent only supports GET, POST, PUT and DELETE.
Is there a way to add PATCH to the possible methods to `tRest` or is there another component I should use to call this API?
This component is not shipped with your Talend Studio by default, you need to install it using the Feature Manager
I'm also using Data Integration and I'm using this component
- Quentin
Hello @jamesasu
To use a Patch request you should try using tRestClient component, it has the ability to use it.
https://help.qlik.com/talend/fr-FR/components/8.0/esb-rest/trestclient
- Quentin
Thank you for your reply!
Unfortunately, it looks like tRestClient and tHTTPClient are only available in the ESB product. I only have Data Integration, not ESB, sadly.
This component is not shipped with your Talend Studio by default, you need to install it using the Feature Manager
I'm also using Data Integration and I'm using this component
- Quentin
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
Thank you, I had no idea that was even available! 👏
Thank you, that screenshot helped me find my way through 👏