Sha256: 1b0763a0afff3e617df6028da065622afe84a52a06aefee8f332db35177f3119
Contents?: true
Size: 1.35 KB
Versions: 1
Compression:
Stored size: 1.35 KB
Contents
# Youku Ruby Gem This is the unofficial Ruby wrapper for the Youku v2 API. It supports not all endpoints currently available on the [Youku API](http://open.youku.com/docs?id=0). ## Installation gem install youku_client ### Some quick examples First, instantiate the Client class: >> client = Youku.new(client_id: 'id', client_secret: 'secret') Get users by IDs: >> client.users.show_batch(user_ids: '1,2') Implemented API endpoints: - `searches.video.by_keyword` - `users.show_batch` - `videos.video.by_user` - `videos.video.show_batch` - `videos.video.show` ### Contributions and Pull Requests No request is too small and I encourage everyone to get involved. So please if you would like to contribute, let me know and throw me a pull request! ### Requirements * Ruby 1.9.x or 2.x.x --- Copyright 2015 Shuttlerock Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at: http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
youku_client-0.0.1 | README.md |