For a deeper look into our DataScope Select REST API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
Hello Team,
We have got recently an email says that DSS services are going to be migrated to a new refinitiv service (instead of TR service).
We have a .net application which uses the below DSS dll's:
1. ThomsonReuters.Dss.Core.RestApi.Common.
2. ThomsonReuters.Dss.RestApi.Client
The host is:
https://hosted.datascopeapi.reuters.com/RestApi/v1
My question:
Do we have to change/replace the above dll's too or the change is only needed with the host?
If change needed, how do we get the new dll's?
Thanks,
Aharon
The current version of the DSS server is 14.5 so you need to use the DSS .NET SDK version 14.5 which is available here. The file names of DLLs are still ThomsonReuters.Dss.*.
In the code, you need to:
1. Change the namespaces from “ThomsonReuters.Dss.Api” to “DataScope.Select.Api”
2. Change the DSS URI from “https://hosted.datascopeapi.reuters.com/RestApi/v1/” to “https://selectapi.datascope.refinitiv.com/RestApi/v1/”
For more information, please refer to the Refinitiv Datascope Select API Migration Tutorial.
@jirapongse.phuriphanvichai What's the latest supported .NET platform? Thanks!
@jirapongse.phuriphanvichai Sorry, I don't have access for this tutorial.. Is it compatible with .NET standard 2.0?
The DSS .NET SDK doesn't support .NET Core or .NET Standard.
Hello @waynes,
New URLs can be used directly at this time as per Migration tutorial like in the answer by @jirapongse.phuriphanvichai; however, DSS SDK release 15.0 was delayed, and is scheduled for June 19-20, please refer to the bottom of DSS Downloads page for the information on preliminary SDK and preliminary C# example.