garage_client:Garage应用程序API的Ruby客户端库

时间:2024-05-24 23:56:11
【文件属性】:

文件名称:garage_client:Garage应用程序API的Ruby客户端库

文件大小:33KB

文件格式:ZIP

更新时间:2024-05-24 23:56:11

Ruby

车库客户 GarageClient是一个简单的Ruby库,用于为Garage应用程序API提供原始的客户端接口。 安装 从rake命令安装: $ bundle install $ rake install 或在您的应用程序中修改Gemfile并调用bundle install 。 # Gemfile gem "garage_client" 用法 这是简单的例子。 客户端初始化 require "garage_client" # First, you have to create a GarageClient::Client with an access token. # You can get `YOUR_ACCESS_TOKEN` with OAuth 2.0 flow. client = GarageClient :: Client . new ( access_token :


【文件预览】:
garage_client-master
----.travis.yml(173B)
----Rakefile(178B)
----gemfiles()
--------Gemfile.faraday-0.8.x(77B)
----Gemfile(155B)
----.rspec(8B)
----garage_client.gemspec(1KB)
----spec()
--------garage_client()
--------features()
--------garage_client_spec.rb(1KB)
--------spec_helper.rb(1KB)
--------fixtures()
----.gitignore(86B)
----CHANGELOG.md(1KB)
----lib()
--------garage_client()
--------garage_client.rb(1KB)
----README.md(6KB)
----LICENSE.txt(1KB)

网友评论