Group
Extension

Matches 1

Acme-Free-API-Stonks ( O/OO/OODLER/Acme-Free-API-Stonks-1.0.2.tar.gz, OODLER, 2025; MetaCPAN )
Acme-Free-API-Stonks/lib/Acme/Free/API/Stonks.pm ( view source; MetaCPAN )
PI::Stonks;

use strict;
use warnings;

our $VERSION = '1.0.2';

use HTTP::Tiny;
use JSON            qw/decode_json/;
use Util::H2O::More qw/baptise d2o/;

use constant {
    BASEURL => "https://trade
  my $self = shift;
    my $resp = d2o $self->ua->get(BASEURL);
    return d2o -autoundef, decode_json $resp->content;
}

sub stonks {
    my $self = shift;
    return $self->get;
}

1;

__END__

=hea
eters are accepted.

=item C<stonks>

Object method that returns an ARRAY reference (based on the JSON returned
by this service), that's been give the additional ARRAY vmethods via
L<Util::H2O::More> 

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