Group
Extension

Matches 1

WWW-PSN ( Z/ZS/ZSHENGLI/WWW-PSN-0.02.tar.gz, ZSHENGLI, 2016; MetaCPAN )
WWW-PSN/lib/WWW/PSN.pm ( view source; MetaCPAN )
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

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.