
WWW::XBoxLive::Gamercard - Represents an XBox Live Gamercard

version 1.123160

my $gamercard = WWW::XBoxLive::Gamercard->new(%data); say $gamercard->name; say $gamercard->location;

Either gold, silver or unknown.
URL to the small avatar pic. For example, http://avatar.xboxlive.com/avatar/BrazenStraw3/avatarpic-s.png.
URL to the large avatar pic. For example, http://avatar.xboxlive.com/avatar/BrazenStraw3/avatarpic-l.png.
URL to the avatar body pic. For example, http://avatar.xboxlive.com/avatar/BrazenStraw3/avatar-body.png.
The players bio.
The players gamerscore.
The players gamertag.
Either male, female or unknown.
True if this is a valid profile (i.e. a real player).
The location of the player.
The players motto.
The players name.
A link to the profile.
Returns an array ref of WWW::XBoxLive::Game objects.
The number of reputation stars the player has. A number between 1 and 5.


Andrew Jones <andrew@arjones.co.uk>

This software is copyright (c) 2011 by Andrew Jones.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.