Is the c# sdk available for .NET Core 3+?
Is the c# sdk available for .NET Core 3+?
I did a quick check the REST API Example and REST API Toolkits and looks like they still use the old implementation and the project required .NET Framework 4.5.
Therefore I believe that The REST API toolkit still not support .NET Core 3+.
You need to implement your own class to call .NET Core HTTP Client library to connect to the server to get the Token and retrieve the data according to the REST API user guide.