Spiros Denaxas > WebService-Tagzania-API-0.1 > WebService::Tagzania::API

Download:
WebService-Tagzania-API-0.1.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.1   Source  

NAME ^

WebService::Tagzania::API - Tagzania API Interface

SYNOPSIS ^

  use WebService::Tagzania::API;
  my $tagobj = new WebService::Tagzania::API() ;
  
  my $rh_params = {
    start  => 0,
    number => 200,
    minlng => -9.25,
    minlat => 35.35,
    maxlng => 4.55,
    maxlat => 43.80,
  } ;

  my $results = $api->query( $rh_params ) ;
  
  next unless 
       $results->{_msg} eq 'OK' ;
  
  my $content = $results->{_content} ;
  
  # do something with the XML inside $content

DESCRIPTION ^

Base class for the Tagzania API Response object.

BUGS ^

None. That I know of ;)

AUTHOR ^

    Spiros Denaxas
    CPAN ID: SDEN
    Lokku Ltd
    s [dot] denaxas [@] gmail [dot]com
    http://idaru.blogspot.com
    http://www.nestoria.co.uk 

COPYRIGHT ^

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO ^

WebService::Tagzania::Request, WebService::Tagzania::API, http://www.tagzania.com