wink:Wink Hub API 的 Ruby 包装器

时间:2024-06-26 03:08:08
【文件属性】:

文件名称:wink:Wink Hub API 的 Ruby 包装器

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-26 03:08:08

Ruby

眨眼 Ruby 包装器 安装 将此行添加到应用程序的 Gemfile 中: gem 'wink' 然后执行: $ bundle 或者自己安装: $ gem install wink 用法 Wink . configure do | wink | wink . client_id = ENV [ 'WINK_CLIENT_ID' ] wink . client_secret = ENV [ 'WINK_CLIENT_SECRET' ] wink . access_token = ENV [ 'WINK_ACCESS_TOKEN' ] wink . refresh_token = ENV [ 'WINK_REFRESH_TOKEN' ] end 查找您连接的设备: client = Wink :: Client . new client . d


【文件预览】:
wink-master
----.gitignore(118B)
----README.md(2KB)
----test()
--------unit()
--------test_helper.rb(42B)
----Gemfile(89B)
----wink.gemspec(1KB)
----LICENSE.txt(1KB)
----lib()
--------wink.rb(165B)
--------wink()
----Rakefile(173B)

网友评论