Exporter 'import';
@EXPORT = qw/profile trophies/;
use strict;
use warnings;
use HTTP::Tiny;
use JSON;
use constant ORIGIN => 'https://www.playstation.com';
use constant IO
url<. :(\n" unless $response->{success};
my $json_data = $response->{content};
$json_data =~ s/^\s+|\s+$//g;
return JSON::decode_json($json_data);
}
1;
=pod
=encoding UTF-8
=head1 NAME