文件名称:lifx-http-client-ruby:LIFX HTTP API的一个不错的Ruby客户端,没有外部依赖关系
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-10 17:55:02
Ruby
LIFX :: HTTP
一个很好的Ruby客户端,用于 ,没有外部依赖关系。 在生成个人访问令牌。
lifx = LIFX :: HTTP :: Client . new ( access_token : 'c87c73a896b554367fac61f71dd3656af8d93a525a4e87df5952c6078a89d192' )
response = lifx . set_lights_color ( selector : 'all' , color : 'blue' , duration : 3 )
response . success? # => true
response . results # => [#
【文件预览】:
lifx-http-client-ruby-master
----.travis.yml(40B)
----Rakefile(113B)
----Gemfile(94B)
----.rspec(30B)
----spec()
--------support()
--------lib()
--------spec_helper.rb(3KB)
--------fixtures()
----.gitignore(118B)
----lib()
--------lifx()
----README.md(4KB)
----lifx-http.gemspec(1KB)
----LICENSE.txt(1KB)