Skip to content

l4u/taobao

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taobao

The plugin enable easy integration with the Taobao Open Platform

Requirements

Installation and configuration

Install the plugin

cd myapp
script/plugin install git://github.com/taweili/taobao.git

Create a config/taobao.yml

development:
            app_key: 12012322
            app_secret: 42ab2d12a5bea25d1bc06ccd23123121daf
            rest_endpoint: http://gw.api.tbsandbox.com/router/rest
            auth_url: http://open.taobao.com/isv/authorize.php?appkey=

test:
            app_key: 12012322
            app_secret: 42ab2d12a5bea25d1bc06ccd23123121daf
            rest_endpoint: http://gw.api.tbsandbox.com/router/rest
            auth_url: http://open.taobao.com/isv/authorize.php?appkey=

production:
            app_key: 12012322
            app_secret: 42ab2d12a5bea25d1bc06ccd23123121daf
            rest_endpoint: http://gw.api.taobao.com/router/rest
            auth_url: http://container.open.taobao.com/container?appkey=

That's it - you're done! :)

Troubleshooting

Copyright and license

Copyright (c) 2009 David Li, released under the MIT license

About

Ruby Client Library for Taobao Open Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published