We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c2d75 commit 7be4e25Copy full SHA for 7be4e25
tradeOnEbay/test/findingTest.py
@@ -0,0 +1,8 @@
1
+import sys
2
+sys.path.append('..')
3
+from ebay.finding import findItemsByKeywords
4
+
5
+print findItemsByKeywords(keywords='iphone', encoding='XML',
6
+ paginationInput = {'entriesPerPage':'5',
7
+ 'pageNumber':'1'})
8
0 commit comments