Group
Extension

Matches 2

Weather-WeatherKit ( D/DK/DKECHAG/Weather-WeatherKit-0.12.tar.gz, DKECHAG, 2024; MetaCPAN )
Weather-WeatherKit/lib/Weather/WeatherKit.pm ( view source; MetaCPAN )
rlyEnd   => ts_to_iso_date(time()+8*24*3600)
    );

    if ($response->is_success) {
        my $json = $response->decoded_content;
    } else {
        die $response->status_line;
    }

=head1 DESC
 the requested location.
Returns a string containing the JSON data, except in array context, in which case,
as a convenience, it will use L<JSON> to decode it directly to a Perl hash.

Requires L<LWP:
d2 C<jwt>

    my $jwt = $wk->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 10 minutes unt
Weather-WeatherKit ( D/DK/DKECHAG/Weather-WeatherKit-0.12.tar.gz, DKECHAG, 2024; MetaCPAN )
Weather-WeatherKit/README.pod ( view source; MetaCPAN )
rlyEnd   => ts_to_iso_date(time()+8*24*3600)
    );

    if ($response->is_success) {
        my $json = $response->decoded_content;
    } else {
        die $response->status_line;
    }

=head1 DESC
 the requested location.
Returns a string containing the JSON data, except in array context, in which case,
as a convenience, it will use L<JSON> to decode it directly to a Perl hash.

Requires L<LWP:
d2 C<jwt>

    my $jwt = $wk->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 10 minutes unt

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