coinapi / coinapi-sdk

SDKs for CoinAPI

Home Page:https://docs.coinapi.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# Library

GravlLift opened this issue · comments

Is there a reason that the c# version is released as a console application instead of a class library? Presumably anyone who wants to use it is going to have to customize it into a class library and make the class "CoinApi" public if that actually want to use it.

@GravlLift We converted the C# version into the class library and released it on the NuGet. We are currently working on the WebSocket SDK which will also be available on the NuGet and in the repository next week.