Group
Extension

Matches 2

WWW-Grooveshark ( M/MI/MIOREL/WWW-Grooveshark-0.02.tar.gz, MIOREL, 2009; MetaCPAN )
WWW-Grooveshark/lib/WWW/Grooveshark.pm ( view source; MetaCPAN )
cial API page, which seems to still be in beta.

=cut

use Carp;
use Digest::MD5 qw(md5_hex);
use JSON::Any;
use URI::Escape;

use WWW::Grooveshark::Response qw(:fault);

our @ISA = ();

=head1 CONSTR
 in API call requests.  May be blank.  Defaults to
"json" so that the full default API root URL becomes
E<lt>http://api.grooveshark.com/ws/1.0/?jsonE<gt>.

=item I<agent>

Value to use for the C<User-
.0',
		_query_string => $opts{query_string} || 'json',
		_https        => $opts{https}        || 0,
		_session_id   => undef,
		_json         => new JSON::Any,
	}, $pkg);
}

=back

=head1 DESTRUCTOR

WWW-Grooveshark ( M/MI/MIOREL/WWW-Grooveshark-0.02.tar.gz, MIOREL, 2009; MetaCPAN )
WWW-Grooveshark/lib/WWW/Grooveshark/Response.pm ( view source; MetaCPAN )
ode
and message (in case of errors).

Internally, this class is just a C<bless>ed decoding of the JSON response, so
if you're too lazy or stubborn to familiarize yourself with this interface,
you may 

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