WebService-Etsy
view release on metacpan or search on metacpan
---
name: WebService-Etsy
version: 0.7
author:
- Ian Malpass (ian-cpan@indecorous.com)
abstract: Access the Etsy REST API.
license: perl
resources:
license: http://dev.perl.org/licenses/
requires:
JSON: 2.0
LWP::UserAgent: 2.0
build_requires:
Test::More: 0
provides:
lib/WebService/Etsy.pm view on Meta::CPAN
my $fh = $self->_log_fh;
$fh->close if $fh;
}
=head1 SEE ALSO
L<http://www.etsy.com/storque/etsy-news/tech-updates-handmade-code-etsys-beta-api-3055/>, L<http://developer.etsy.com/>, L<WebService::Etsy::Response>, L<WebService::Etsy::Resource>.
=head1 AUTHOR
Ian Malpass (ian-cpan@indecorous.com)
=head1 COPYRIGHT
Copyright 2009, Ian Malpass
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
lib/WebService/Etsy/Resource.pm view on Meta::CPAN
__PACKAGE__->mk_accessors( qw( name description uri params type http_method ) );
package WebService::Etsy::Resource;
=head1 SEE ALSO
L<http://developer.etsy.com/docs#resource_types>, L<WebService::Etsy::Response>.
=head1 AUTHOR
Ian Malpass (ian-cpan@indecorous.com)
=head1 COPYRIGHT
Copyright 2009, Ian Malpass
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
lib/WebService/Etsy/Response.pm view on Meta::CPAN
sub DESTROY {
}
=head1 SEE ALSO
L<http://developer.etsy.com/docs#api_response_structure>, L<WebService::Etsy::Resource>.
=head1 AUTHOR
Ian Malpass (ian-cpan@indecorous.com)
=head1 COPYRIGHT
Copyright 2009, Ian Malpass
This library is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
=cut
( run in 0.834 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )