Tags: cpan
Implementing WWW::LastFM with XML::Rabbit - Part 5
By Robin Smidsrød on Oct 4, 2011 | In Perl, Software Development | Send feedback »
In the previous article we started implementing the geo.getEvents Last.FM API call. In this article we will complete the implementation of the Event class and create a small application to display events for a specific location in a compact format. more »
Implementing WWW::LastFM with XML::Rabbit - Part 4
By Robin Smidsrød on Oct 3, 2011 | In Perl, Software Development | Send feedback »
In the previous article we finished implementing the geo.getMetros Last.FM API call with XML::Rabbit. That particular API call doesn't include a lot of interesting information, but it is useful to know which worldwide locations the Last.FM service knows about now that we're going to implement the geo.getEvents API call. more »
Implementing WWW::LastFM with XML::Rabbit - Part 3
By Robin Smidsrød on Oct 2, 2011 | In Perl, Software Development | Send feedback »
In the previous article we looked at how XML::Rabbit does its magic to give us a very compact syntax for creating Moose attributes that mirror simple XML document values. In this article we'll look at some of the other sugar functions available in XML::Rabbit. more »
Implementing WWW::LastFM with XML::Rabbit - Part 2
By Robin Smidsrød on Oct 1, 2011 | In Perl, Software Development | Send feedback »
In the previous article we created a simple framework for making HTTP requests to the Last.FM API. In this article we'll go into detail on how XML::Rabbit can help us to extract the information we want from the XML output we saw in the previous article. I've added that XML output here, for your convenience. more »
Implementing WWW::LastFM, a client library to the Last.FM API, with XML::Rabbit
By Robin Smidsrød on Sep 30, 2011 | In Perl, Software Development | 6 feedbacks »
In this series of articles I'm going to implement a client to the Last.FM web services API which allows us to find concerts and other events in your local area. We'll use a CPAN module I've created called XML::Rabbit to deal with all the mundane details of XML document handling. more »



