ElPlatero / HueSharp

Hue Hub C# Client
MIT License
3 stars 1 forks source link

Introduce fluent request builder #8

Open ElPlatero opened 5 years ago

ElPlatero commented 5 years ago

The API is hard to handle for people who don't know the Hue API. Create a fluent interface for creating HueRequests so that this knowledge is handled by the interface (and IntelliSense).

ElPlatero commented 5 years ago