Group
Extension

Matches 2

WebService-Etsy ( I/IM/IMALPASS/WebService-Etsy-0.7.tar.gz, IMALPASS, 2010; MetaCPAN )
WebService-Etsy/generate_methods.pl ( view source; MetaCPAN )
use strict;
use warnings;
use LWP::UserAgent;
use JSON;
use Data::Dumper;

my $ua = LWP::UserAgent->new;

my $api_key = shift @ARGV;
if ( ! defined $api_key ) {
    print STDERR "No API key supplied\n
or getting method table: " . $resp->status_line . "\n";
    exit 0;
}

my $method_response = from_json $resp->content;

$Data::Dumper::Terse = 1;
$Data::Dumper::Indent = 0;

print qq(
package WebServi
WebService-Etsy ( I/IM/IMALPASS/WebService-Etsy-0.7.tar.gz, IMALPASS, 2010; MetaCPAN )
WebService-Etsy/lib/WebService/Etsy.pm ( view source; MetaCPAN )
package WebService::Etsy;

use strict;
use warnings;
use LWP::UserAgent;
use JSON;
use Carp;
use WebService::Etsy::Response;
use IO::File;
use WebService::Etsy::Resource;

use base qw( Clas
s the Etsy API, as described at L<http://developer.etsy.com/>.

The API is RESTful, and returns JSON. This module abstracts this away to present a standard Perl object interface.

The API methods 
. $resp->status_line );
        return;
    }
    $self->log( $log_msg );
    my $data = from_json( $resp->content );

    my $detail = ( $data->{ params } && ref $data->{ params } eq "HASH" ) ?

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.