Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / p5-Net-eBay / DESCR
blob0e38ca52f5e8281628e02c81640df2342a309957
1 This module allows users to communicate with eBay using perl and
2 their XML based eBay API. You can use it to list items for sale,
3 bid, get seller item list, search, get ebay time, or do anything
4 else.
6 Many details of this API can be found at http://developer.ebay.com.
7 To be able to use this module, you need to register there and obtain
8 keys and a authentication token using "tokentool".
10 The job of its module is to encapsulate connectivity and authentication,
11 and communication with ebay. First, you need to initialize your
12 ebay connection by passing it credentials. After that, you can send
13 queries to eBay. A typical request is comprised of its name, and
14 a hash table of application parameters.