question

Upvotes
Accepted
1 1 1 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.

Hello @antonis

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes, please click the 'Accept' text next to the reply.

This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


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.