Hello ,
I try to get the token , I'm using R and RJSONIO package .
link <- "https://api.trkd.thomsonreuters.com/api/TokenManagement/TokenManagement.svc/REST/Anonymous/TokenManagement_1/CreateServiceToken_1" token <- fromJSON(getURL(link, userpwd = "xxxxxxxxxxx@thomsonreuters.com:mypassword",httpauth = 1L))
I have this error:
"There was an error while converting the URL parameters. The required parameter 'Username' was not found."
Does any one try to use R and RJSONIO to get data from TRKD ?
Regards
Samuel