The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.03

  • Lots of restructuring, with particular attention paid to making the interface a lot more consistent. Slowly moving the old-style hashref-based datastructures into class-based accessors (with hashref methods added if this is desired.
  • This release breaks compatability with the first release, but should provide a firmer basis on which to proceed.
  • Transaction history has been added, as well as the beginnings of support for the other parts of the API.
  • Caching is now more finely grained, which is particularly important when it comes to wallet functions, which can only be requested once per hour (otherwise generates an API error).
  • EVE API check has been updated from Version 1 to Version 2 It is unclear what changes have been made to the API at this time.
  • Added some example scripts for good measure.

Modules

a wrapper intended to (eventually) provide a consistent interface to the MMORPG game, "Eve Online"
provide a cache for use by WebService::EveOnline

Provides

in lib/WebService/EveOnline/API/Character.pm
in lib/WebService/EveOnline/API/Journal.pm
in lib/WebService/EveOnline/API/Map.pm
in lib/WebService/EveOnline/API/Skills.pm
in lib/WebService/EveOnline/API/Transactions.pm
in lib/WebService/EveOnline/Base.pm