Skip to content
/ taobao Public
forked from ak/taobao

Ruby Client Library for Taobao Open Platform

License

Notifications You must be signed in to change notification settings

steply/taobao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The plugin enable easy integration with the [Taobao Open Platform] (open.taobao.com)

Create a config/initializers/taobao.rb

Taobao.setup do |config|
  config.app_key       = "12012322"
  config.app_secret    = "42ab2d12a5bea25d1bc06ccd23123121daf"
  config.rest_endpoint = "http://gw.api.tbsandbox.com/router/rest"
  config.auth_url      = "http://open.taobao.com/isv/authorize.php?appkey="
end

About

Ruby Client Library for Taobao Open Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.3%
  • JavaScript 0.7%