Latest discussions
Ipernity::API 0.06 has been released
Welcome!
Updated 11 months ago

Ipernity::API 0.06 has been released

posted by A Doomshammer
Posted on Monday December 29, 2008 at 20:06. 132 visits. ( permalink )
Ipernity::API version 0.06 has just been released. Most changes are cleanups and cosmetical changes:

- Removed 'args' part of the new() construct. It is important that you change your code to reflect this.
- Code cleanup
- Renamed execute_xml() to execute_hash()
- Cleaned up CheckResponse()

Please note that you have to change your code after installing this new release.

If your code looked like this before:
my $api = Ipernity::API->new(
'args' => {
'api_key' => '1234567876543456787654345678',
'outputformat' => 'xml',
},
);

It has to look like this now:
my $api = Ipernity::API->new({
'api_key' => '1234567876543456787654345678',
'outputformat' => 'xml',

});

New release can be downloaded here: blog.pebcak.de/tmp/Ipernity-API-0.06-2.tar.gz
or via CPAN (upload to CPAN server is still ongoing): search.cpan.org/~wneessen

This topic has been edited by Doomshammer 11 months ago.

You must be logged on to post a reply. Sign in now?


rss Latest comments – Subscribe to the comment feed for this topic.

 

Català | Čeština nové | 中文 | Deutsch | English | Español | Esperanto | Ελληνικά | Français | Galego | Italiano | Nederlands | Português | More...