diff options
author | Fernando Lopez Jr <fernando.lopezjr@gmail.com> | 2019-07-04 07:27:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-07-04 07:27:26 +0700 |
commit | 2500d823a8769d84111f803b23fc874255ea64c2 (patch) | |
tree | c311b59b8896e41556cdce8a118d99b7771a81ee /python/ebaysdk/README | |
parent | 9a474b7d3dd818701f7e68d029fcad7f6bc3ea42 (diff) |
python/ebaysdk: Added (SDK to eBay API).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/ebaysdk/README')
-rw-r--r-- | python/ebaysdk/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/ebaysdk/README b/python/ebaysdk/README new file mode 100644 index 0000000000..8623ed4980 --- /dev/null +++ b/python/ebaysdk/README @@ -0,0 +1,4 @@ +This SDK is a 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. |