Skip to main content

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


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.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

jos-0.1.1-py2.7.egg (4.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page