Socket
Book a DemoInstallSign in
Socket

api4baidu

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api4baidu

1.0.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Baidu

Ruby gem for Baidu http://developer.baidu.com apis. Developing

Rubygems: https://rubygems.org/gems/api4baidu

Installation

Add this line to your application's Gemfile:

gem "api4baidu"

And then execute:

$ bundle

Or install it yourself as:

$ gem install api4baidu

Usage

Config


$client = Baidu.configure do |config|
  config.api_key    = "you client id"
  config.api_secret = "you client secert"
end

GetLoggedInUser info


$client.authorize_url

# 访问上面生成的链接,并复制授权码: "515a268fd483ff4df85d2d458d34b43a"
$client.token!("515a268fd483ff4df85d2d458d34b43a")

# 获取当前登录用户的用户uid、用户名和头像。
$client.get_loggedin_user

 => Result:
 {"uid"    => "1863251187",
 "uname"   => "0807515210",
 "portrait"=> "ba6f303830373531353231302c0a"}

更多使用例子请查看 spec目录

已完成API列表

用户基础信息

  • 获取当前登录用户的信息: get_loggedin_user

  • 返回指定用户的用户资料: get_user_info

  • 平台授权相关的权限: get_app_permission

  • 判断用户是否为应用用户: is_app_user

  • 返回用户好友资料: get_friends

  • 获得指定用户之间好友关系: areFriends

PCS

  • 获取当前用户空间配额信息: pcs_quota

  • 上传单个文件: upload_single_file

  • 下载单个文件: download_single_file

  • 创建目录: create_directory

  • 获取单个文件/目录的元信息: get_single_meta

  • 删除单个文件/目录: delete_single_file

  • 获取指定图片文件的缩略图: get_image_thumbnail

翻译

  • 翻译: translate

工具

  • 查询IP地址所在地区: query_with_ip

TODO

  • 逐步完善所有API对接

  • 重构oauth2,分离出独立的gem实现

  • 添加Terminal命令控制

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 07 Oct 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.