question

Upvotes
Accepted
1 1 2 2

.NET Core TRTH c# SDK

Is the c# sdk available for .NET Core 3+?


tick-history-rest-api.net
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
7.6k 15 6 9

@antonis

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.