Skip to content

Commit bbaba8d

Browse files
committed
Merge branch 'master' of github.com:timotheus/ebaysdk-python
2 parents f80664c + 5a3eba9 commit bbaba8d

1 file changed

Lines changed: 20 additions & 10 deletions

File tree

README.rst

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Welcome to the python ebaysdk
33

44
This SDK is a dead-simple, programatic inteface into the eBay APIs. It simplifies development and cuts development time by standerizing calls, response processing, error handling, debugging across the Finding, Shopping, Merchandising, & Trading APIs.
55

6-
Support ...TBD
7-
86
Quick Example::
97

108
from ebaysdk import finding
@@ -17,14 +15,27 @@ Quick Example::
1715
Getting Started
1816
---------------
1917

20-
* `Trading API Class`_
21-
* `Finding API Class`_
22-
* `Shopping API Class`_
23-
* `HTML Class`_
24-
* `Parallel Class`_
18+
SDK Classes
19+
20+
* `Trading API Class`_ - secure, authenticated access to private eBay data.
21+
* `Finding API Class`_ - access eBay's next generation search capabilities.
22+
* `Shopping API Class`_ - performance-optimized, lightweight APIs for accessing public eBay data.
23+
* `HTML Class`_ - generic back-end class the enbles and standardized way to make API calls.
24+
* `Parallel Class`_ - SDK support for concurrent API calls.
25+
26+
SDK Configuration
27+
2528
* `YAML Configuration`_
2629
* `Understanding eBay Credentials`_
2730

31+
32+
Support
33+
-------
34+
35+
For developer support regarding the SDK code base please use this project's `Github issue tracking`_.
36+
37+
For developer support regarding the eBay APIs please use the `eBay Developer Forums`_.
38+
2839
.. _Understanding eBay Credentials: https://github.com/timotheus/ebaysdk-python/wiki/eBay-Credentials
2940
.. _eBay Developer Site: http://developer.ebay.com/
3041
.. _YAML Configuration: https://github.com/timotheus/ebaysdk-python/wiki/YAML-Configuration
@@ -33,6 +44,5 @@ Getting Started
3344
.. _Shopping API Class: https://github.com/timotheus/ebaysdk-python/wiki/Shopping-API-Class
3445
.. _HTML Class: https://github.com/timotheus/ebaysdk-python/wiki/HTML-Class
3546
.. _Parallel Class: https://github.com/timotheus/ebaysdk-python/wiki/Parallel-Class
36-
37-
38-
47+
.. _eBay Developer Forums: https://www.x.com/developers/ebay/forums
48+
.. _Github issue tracking: https://github.com/timotheus/ebaysdk-python/issues

0 commit comments

Comments
 (0)