Apple-AppStoreConnect
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
params => \%query_params?
);
Fetches the requested API url, by default, it will use [JSON](https://metacpan.org/pod/JSON) to decode it
directly to a Perl hash, unless you request `raw` result as a string.
Requires [LWP::UserAgent](https://metacpan.org/pod/LWP%3A%3AUserAgent), unless the `curl` option was set.
If the request is not successful, it will `die` throwing the `HTTP::Response->status_line`.
- `url` : A URL to an API endpoint. Can pass the full URL, e.g. `url => 'https://api.appstoreconnect.apple.com/v1/apps'`,
or you can omit the part up to _v1/_ (i.e. `url => 'apps'`).
- `params` : Any other query params that you need to pass
(see [API documentation](https://developer.apple.com/documentation/appstoreconnectapi)).
## `get_response`
my $res = $asc->get_response(
url => $url,
raw => $raw?,
params => \%query_params?
lib/Apple/AppStoreConnect.pm view on Meta::CPAN
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<LWP::UserAgent>, unless the C<curl> option was set.
If the request is not successful, it will C<die> throwing the C<< HTTP::Response->status_line >>.
=over 4
=item * C<url> : A URL to an API endpoint. Can pass the full URL, e.g. C<url =E<gt> 'https://api.appstoreconnect.apple.com/v1/apps'>,
or you can omit the part up to I<v1/> (i.e. C<url =E<gt> 'apps'>).
=item * C<params> : Any other query params that you need to pass
(see L<API documentation|https://developer.apple.com/documentation/appstoreconnectapi>).
=back
=head2 C<get_response>
my $res = $asc->get_response(
view all matches for this distributionview release on metacpan - search on metacpan
( run in 0.513 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )