Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 777 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 777 Bytes

LifxHttpNet

.Net wrapper around the Lifx cloud HTTP API

  • This library acts as a thin wrapper around the public Lifx HTTP API as described at http://developer.lifx.com
  • All operations make use of the async Task APIs via Refit for REST calls
  • This library does not perform any caching or management of model objects other than to simplify accessing the API
  • I hope that this library helps enthusiasts tinker with their Lifx lights, though much more backend code would be required for a full-featured Lifx client
  • Use of this library requires a Personal Access token acquired from: https://cloud.lifx.com/settings
  • Use of this library should only be in accordance to the terms at: http://developer.lifx.com/terms.html