Jingdong API Client
Project description
JOS is an unofficial Jingdong open service Python SDK
Installation
You can install jos with pip:
$ pip install jos
Or, with setuptools easy_install in case you didn’t have pip:
$ easy_install jos
Usage
from jos.client import JDClient client = JDClient(key='your_api_key', secret='your_api_secret') method = 'jingdong.ware.product.detail.search.list.get' params = { 'skuId': '123456', 'isLoadWareScore': False, 'client': 'm', } res = client.call(method, params)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jos-0.1.2.tar.gz
(3.0 kB
view hashes)
Built Distributions
jos-0.1.2-py27-none-any.whl
(4.0 kB
view hashes)
jos-0.1.2-py2.7.egg
(4.6 kB
view hashes)