The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::SmartFM - Perl interface to the http://smart.fm/ API

VERSION

This document describes WebService::SmartFM version 0.0.1

SYNOPSIS

    use WebServices::SmartFM;
    my $api = WebService::SmartFM->new(
        api_key => 'd6bu49h84yj85z2mgnbh5t4j',
    );
    my $user_profile = $api->get('user_profile', 'noblejasper');

METHODS

new
    my $api = WebService::SmartFM->new(
        api_key => 'd6bu49h84yj85z2mgnbh5t4j',
    );
get

get data method

    $api->get('get data type', 'key value')

DEPENDENCIES

WebService::Simple

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-webservice-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.