I haven't got experience with .Net, but what exactly are you trying to achieve? Do you want a webpage which you can use to control your particle devices? If so, there's the JavaScript SDK that can help there
Hey @GrahamS, What version of .NetCore are you using? I’m currently doing some work with the SDK and can get this in. With so many versions of .Net out there we haven’t added support for everything yet.
Ohh, well that’s very confusing naming! I’ve done lots of .Net but I wasn’t aware of .NetCore. Maybe someone else has played around with it and has a wrapper for the API?
I have written a library that works with .Net Core/Xamarin based on SprakSharp that wraps the Particle Cloud API. I also wrote a library to setup Particle Device. I can have it posted on github sometime this weekend, if there’s a lot interest.
OK so - not having a simple plug-in library (currently rebuilt my app on .net core with .Net 4.6.1, then upgraded to Core1.1) - I delved into the REST spec myself and have written a couple of HttpClient functions (so far) to access my devices. I don’t use Xamarin anyway and my app will be running on an Azure web server - so I want/need to keep it simple.
My only current need is to subscribe to a defined set of events, and to call some setup functions - so this will probably be my way forward - a simple set of classes just to wrap the Cloud functions I need - keeps it lean and mean ;-).
Thanks for all your interest/help…
Best Regard
Graham
@GrahamS great to hear. I’ll ping you when the new version is released.
@mrabie I built the official .Net SDK and am well on the way for the one on .NetCore, but I’m sure there are others that my be interested in your library.