NAME
Net::SmartFM - Perl interface to the http://smart.fm/ API
VERSION
This document describes Net::SmartFM version 0.0.1
SYNOPSIS
use Net::SmartFM;
my $api = Net::SmartFM->new(
api_key => 'd6bu49h84yj85z2mgnbh5t4j',
);
my $user_profile = $api->get('user_profile', 'noblejasper');
METHODS
- new
-
my $api = Net::SmartFM->new( api_key => 'd6bu49h84yj85z2mgnbh5t4j', );
- get
-
get data method
$api->get('get data type', 'key value')
DEPENDENCIES
BUGS AND LIMITATIONS
No bugs have been reported.
CODE is here http://github.com/noblejasper/WebService-SmartFM
Please report any bugs or feature requests to bug-net-smartfm@rt.cpan.org
, or through the web interface at http://rt.cpan.org.
AUTHOR
<noblejasper> <<nobjas@gmail.com>>
LICENCE AND COPYRIGHT
Copyright (c) 2009, <noblejasper> <<nobjas@gmail.com>>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.