neows-ruby:到近地对象Web服务(NeoWs)API的Ruby接口

时间:2024-06-01 08:31:23
【文件属性】:

文件名称:neows-ruby:到近地对象Web服务(NeoWs)API的Ruby接口

文件大小:51KB

文件格式:ZIP

更新时间:2024-06-01 08:31:23

Ruby

NeoWsRuby宝石 NeoWs API的Ruby接口 安装 $ gem install neows 文献资料 宝石API: : REST API: : 配置 client = Neows :: REST :: Client . new 使用范例 使用已配置的client您可以: 查看提要(按日期分组) client . feed ( '2015-07-01' , '2015-07-04' ) 浏览近地物体 client . browse 在Feed和浏览中的页面之间轻松导航 feed = client . feed ( '2015-07-01' , '2015-07-04' ) feed . next browse = client . browse browse . next 获取近地物体(按ID) client . neo ( '3724245' )


【文件预览】:
neows-ruby-master
----lib()
--------neows()
--------neows.rb(52B)
----Gemfile(217B)
----neows.gemspec(927B)
----spec()
--------utils_spec.rb(490B)
--------models()
--------neows_spec.rb(123B)
--------fixtures()
--------spec_helper.rb(585B)
--------client_spec.rb(468B)
--------rest()
----Rakefile(134B)
----.travis.yml(86B)
----LICENSE.md(1KB)
----README.md(2KB)
----.rubocop.yml(482B)
----neows-0.0.1.gem(11KB)
----.rspec(31B)
----.yardopts(56B)
----.gitignore(94B)

网友评论