WebService::Upcoming

WebService::Upcoming is a Perl interface to the Upcoming API.
Download

WebService::Upcoming Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Greg Knauss
  • Publisher web site:
  • http://search.cpan.org/~gknauss/WebService-Upcoming-0.05/Upcoming.pm

WebService::Upcoming Tags


WebService::Upcoming Description

WebService::Upcoming is a Perl interface to the Upcoming API. WebService::Upcoming is a Perl interface to the Upcoming API.SYNOPSIS use WebService::Upcoming; my $upco = new WebService::Upcoming("*** UPCOMING API KEY HERE ***"); my $objc = $upco->call("event.search", { "search_text" => "music" }); die("ERROR: ".$upco->err_text()."n") if (!defined($objc)); foreach (@{$objc}) { print("EVENT: ".$_->name()." on ".$_->start_date()."n"); }A simple interface for using the Upcoming API.WebService::Upcoming is a subclass of LWP::UserAgent, so all of the various proxy, request limits, caching, and other features are available. Requirements: · Perl


WebService::Upcoming Related Software