polygon-io / issues

Quickly track and report problems with polygon.io
29 stars 0 forks source link

C# Client created #281

Open kenaschmidt opened 9 months ago

kenaschmidt commented 9 months ago

I apologize if this is inappropriate to post; I've been using this API on and off for the last year, and in the process I've been working on a C# client as there is not an official one as of yet. I am not a professional or even experienced amateur developer and am not very well versed on how these things work, thought I am relatively experienced in C#/.NET, but I have put it on my GitHub in hopes that it will be useful to others and that I might get some experience in developing these types of thigs.

I am hoping there are others that work in this environment who may find it useful.

As of this post, I've completed all top-level REST requests for Stocks and Options, as well as Socket management (thought I haven't been able to test Sockets extensively yet).

I'm continuing to work, and I need to get a readme up, but I wanted to see if there is any interest in this and maybe get feedback on what I am doing. This is my first foray into GitHub or open source collaboration so I hope it leads to better things.

Thanks - again please let me know if this is inappropriate to post here, I apologize if so.

https://github.com/kenaschmidt/PolygonApiClient