Hi,
We are going to implement TRTH v2 in our environment for the first time.I have 2 questions on the same.
1. Connectivity testing:
We are opning firewall port. To test the connectivity, we have come up with an option which is as below.
curl -H "Content-Type: application/json" -H "Prefer: respond-async" -X POST -d'{"Credentials": {"Username": "Your Username","Password": "Your Password"}}' https://hosted.datascopeapi.reuters.com/RestApi/v1/Authentication/RequestToken
Is there any other best way to do the same?
2. Tech to implment TRTH v2:
Is it possible to implement through shell scripting? We are planning to use curl for the request and responses.
Or what will be the best way to implement the same?
Thanks in advance,
Ayan.