chroma-sdk / Colore

A powerful C# library for Razer Chroma's SDK
https://chroma-sdk.github.io/Colore/
MIT License
146 stars 30 forks source link

What about REST server? #269

Closed leonardoInf closed 5 years ago

leonardoInf commented 5 years ago

I scoured the documentation and the source code to find information about the REST Api and apparently it only includes a client. Am I right that Chroma REST server is not supported by Colore?

leonardoInf commented 5 years ago

ok kind of a stupid question. You can find a .NET REST Server here.

Sharparam commented 5 years ago

Colore has full support for using the Chroma REST API in version 6.0 (it's one of the major new features). You can create an IChroma instance that uses the REST API as backend with ColoreProvider.CreateRestAsync.