文件名称:wialon_api:简单的Wialon API客户端http
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-18 18:30:09
Ruby
WialonApi wialon_api是基于基于Web的GPS跟踪软件平台的ruby客户端。 安装 将此行添加到应用程序的Gemfile中: gem 'wialon_api' 然后执行: $ bundle 或将其自己安装为: $ gem install wialon_api 用法 api方法调用 # The first thing to do is to authorize client client = WialonApi . authorize ( "wialon_test" , "test" ) # Now we can use API client . core . get_account_data ( type : 1 ) # => {"plan"=>"Gurtam External", # "enabled
【文件预览】:
wialon_api-master
----.gitignore(145B)
----README.md(5KB)
----CHANGELOG.md(0B)
----bin()
--------rspec(372B)
----Gemfile(95B)
----Guardfile(476B)
----.yardopts(77B)
----.rspec(31B)
----wialon_api.gemspec(1KB)
----spec()
--------wialon_api()
--------wialon_api_spec.rb(49B)
--------spec_helper.rb(394B)
----LICENSE.txt(1KB)
----.travis.yml(35B)
----lib()
--------generators()
--------wialon_api()
--------wialon_api.rb(564B)
----Rakefile(274B)