2
0

Zend_Service_Ebay.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Reviewed: no -->
  3. <sect1 id="zend.service.ebay">
  4. <title>Zend_Service_Ebay</title>
  5. <sect2 id="zend.service.ebay.introduction">
  6. <title>Introduction</title>
  7. <para>
  8. <classname>Zend_Service_Ebay</classname> is a simple group of
  9. <acronym>API</acronym>s for using eBay web services.
  10. </para>
  11. <para>
  12. <classname>Zend_Service_Ebay</classname> implements the
  13. <ulink url="http://developer.ebay.com/support/docs/">eBay APIs</ulink>:
  14. <itemizedlist>
  15. <listitem>
  16. <para>
  17. <ulink url="http://developer.ebay.com/DevZone/finding/CallRef/index.html">Finding</ulink>.
  18. </para>
  19. </listitem>
  20. </itemizedlist>
  21. </para>
  22. <para>
  23. In order to use <classname>Zend_Service_Ebay</classname>, you should
  24. already have an eBay Application ID. To get a key and for more
  25. information, please visit the
  26. <ulink url="https://developer.ebay.com/Join/default.aspx">eBay Developers Program</ulink>
  27. web site.
  28. </para>
  29. <note>
  30. <title>Attention</title>
  31. <para>
  32. Your Application ID is linked to your eBay identity, so take
  33. appropriate measures to keep them private.
  34. </para>
  35. </note>
  36. </sect2>
  37. </sect1>