文件名称:ebaysdk-python:适用于 Python 的 eBay API SDK
文件大小:94KB
文件格式:ZIP
更新时间:2024-08-24 20:24:23
Python
欢迎来到 python ebaysdk 此 SDK 是 eBay API 的编程接口。 它通过在 Find、Shopping、Merchandising & Trading API 中标准化调用、响应处理、错误处理和调试来简化开发并缩短开发时间。 快速示例: import datetime from ebaysdk.exception import ConnectionError from ebaysdk.finding import Connection try: api = Connection(appid='YOUR_APPID_HERE', config_file=None) response = api.execute('findItemsAdvanced', {'keywords': 'legos'}) assert(response.reply.
【文件预览】:
ebaysdk-python-master
----setup.py(2KB)
----.gitignore(142B)
----Changes(5KB)
----MANIFEST.in(141B)
----ebaysdk()
--------trading()
--------http()
--------__init__.py(2KB)
--------exception.py(632B)
--------poller()
--------soa()
--------connection.py(11KB)
--------utils.py(12KB)
--------config.py(3KB)
--------inventorymanagement()
--------policies()
--------merchandising()
--------parallel.py(3KB)
--------response.py(9KB)
--------shopping()
--------finding()
----samples()
--------parallel_gevent.py(2KB)
--------test_image.jpg(28KB)
--------t_http.py(1KB)
--------__init__.py(0B)
--------trading.py(13KB)
--------finditem.py(3KB)
--------finding.py(4KB)
--------policies.py(2KB)
--------calls_with_unicode.py(3KB)
--------merchandising.py(2KB)
--------storeMeta.py(9KB)
--------shopping.py(3KB)
--------parallel.py(2KB)
--------test_perf.py(3KB)
--------common.py(1KB)
--------request_dictionary.py(2KB)
--------poller.py(759B)
----LICENSE(20KB)
----README.rst(4KB)
----tests()
--------test_errors.py(4KB)
--------__init__.py(1B)
--------test_request.py(2KB)
--------test_base.py(2KB)
----INSTALL(2KB)
----ebay.yaml(770B)
----tox.ini(270B)