You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ Welcome to the python ebaysdk
3
3
4
4
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.
5
5
6
-
Support ...TBD
7
-
8
6
Quick Example::
9
7
10
8
from ebaysdk import finding
@@ -17,14 +15,27 @@ Quick Example::
17
15
Getting Started
18
16
---------------
19
17
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
+
25
28
* `YAML Configuration`_
26
29
* `Understanding eBay Credentials`_
27
30
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`_.
0 commit comments