Group
Extension

Matches 1

Apple-AppStoreConnect ( D/DK/DKECHAG/Apple-AppStoreConnect-0.12.tar.gz, DKECHAG, 2024; MetaCPAN )
Apple-AppStoreConnect/lib/Apple/AppStoreConnect.pm ( view source; MetaCPAN )
StoreConnect;

use 5.008;
use strict;
use warnings;

use Carp;
use Crypt::JWT qw(encode_jwt);
use JSON;

=head1 NAME

Apple::AppStoreConnect - Apple App Store Connect API client

=head1 VERSION

Versi
       params => \%query_params?
    );

Fetches the requested API url, by default, it will use L<JSON> to decode it
directly to a Perl hash, unless you request C<raw> result as a string.

Requires L<
2 C<jwt>

    my $jwt = $asc->jwt(
        iat => $iat?,
        exp => $exp?
    );

Returns the JSON Web Token string in case you need it. Will return a cached one
if it has more than 5 minutes unti

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