microclimate:代码气候 API 的 Ruby 包装器

时间:2024-08-01 06:16:12
【文件属性】:

文件名称:microclimate:代码气候 API 的 Ruby 包装器

文件大小:12KB

文件格式:ZIP

更新时间:2024-08-01 06:16:12

Ruby

小气候 Ruby 包装器。 请注意,正如所记录的那样,它“目前非常简陋,不受支持,并且可能会发生变化。” 安装 将此行添加到应用程序的 Gemfile 中: gem 'microclimate' 然后执行: $ bundle 或者自己安装: $ gem install microclimate 用法 初始化客户端并连接到 repo。 client = Microclimate :: Client . new :api_token => "321786539ec44cb4ae96b86e09209828416542fe" repo = client . repository_for "533329e76956801171001e7e" # #<Microclimate::Repository:0x007f9764730548 更新存储库 repo . refresh! 获得


【文件预览】:
microclimate-master
----.gitignore(154B)
----Guardfile(539B)
----.rspec(31B)
----.travis.yml(183B)
----.ruby-version(6B)
----LICENSE.txt(1KB)
----spec()
--------spec_helper.rb(119B)
--------lib()
--------features()
----README.md(2KB)
----lib()
--------microclimate.rb(218B)
--------microclimate()
----microclimate.gemspec(1KB)
----Gemfile(97B)
----Rakefile(28B)

网友评论