首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > ASP > 简单的、可扩展的perl易趣网API工具包

简单的、可扩展的perl易趣网API工具包

  • 资源大小:11.25 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: api perl 简单 扩展 工具包

资 源 简 介

THIS PROJECT HAS MOVED TO GITHUB https://github.com/timotheus/ebaysdk-perl This module supports eBay"s Shopping and Trading API services. In addition, eBay::API::Simple comes with a standard RSS and HTML back-end. In order to use eBay aspects of this utility you must first register with eBay to get your API developer credentials (see the ebay.yaml option for a way to tie these credentials into the Shopping and Trading back-ends) Parallel Requests ``` my $pua = eBay::API::Simple::Parallel->new(); my $call1 = eBay::API::Simple::RSS->new( { parallel => $pua, } ); $call1->execute( ’http://worldofgood.ebay.com/Clothes-Shoes-Men/43/list?format=rss’, ); my $call2 = eBay::API::Simple::RSS->new( { parallel => $pua, } ); $call2->execute( ’http://worldofgood.ebay.com/Home-Garden/46/list?format=rss’ ); $pua->wait(); if ( $pua->has_error() ) { print

文 件 列 表

eBay-API-Simple-0.11
Changes
lib
Makefile.PL
MANIFEST
META.yml
README
t
VIP VIP
  • IATWAY 1天前 成为了本站会员

  • 大智若愚 1天前 成为了本站会员

  • Mason 1天前 成为了本站会员

  • 1天前 成为了本站会员

  • Half_Punch 2天前 成为了本站会员

  • liqing71718 2天前 成为了本站会员

  • 伟国 2天前 成为了本站会员

  • songy 2天前 成为了本站会员

  • 纯色幽默 2天前 成为了本站会员

  • odd? 2天前 成为了本站会员

0.192296s