Aliyun OSS SDK


It is a full-featured Ruby Library for Aliyun ODPS API. Enjoy it!

Installation

It's a Ruby Gem, so you can install it like any Gem:

gem install aliyun-odps

If you use Gemfile manage your Gems, Add below to your Gemfile.

gem "aliyun-odps", require: 'aliyun/odps'

And run:

bundle install

Document

Here is original Restful API, It has the most detailed and authoritative explanation for every API.

Here is thr RDoc Document for this Library, use to find mostly usage for methods.

Here are some more guides for help you. Welcome to advice.

Usage

Quick Start

Test

We use minitest for test and rubocop for Syntax checker, If you want to make contribute to this library. Confirm below Command is success:

bundle exec rake test

Authors && Contributors

License

licensed under the Apache License 2.0