Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
good morning, how are you ?
I need to consume an API and get a JSON. I need to know the information from JSON, however, I couldn't do it. I used tREST but it didn't work. In POSTMAN it works normally
In TALEND I used a tREST but does not retrieve the information
when I exit JSON, I get this error.
I tried several solutions pointed out in this forum and others, but it did not work and many showed components that do not have Talend that I use
Thank you in advance
Your tRest is misconfigured. You are putting the token as a header, which is different than a query parameter.
I have it successfully working with tRestClient. Try the following configuration
Also, you may consider hiding your token.
Your tRest is misconfigured. You are putting the token as a header, which is different than a query parameter.
I have it successfully working with tRestClient. Try the following configuration
Also, you may consider hiding your token.
I do not have the tRESTClient component. How can I download it?