Group
Extension

Matches 1

Tradestie-WSBetsAPI ( N/NO/NOBUNAGA/Tradestie-WSBetsAPI-0.001.tar.gz, NOBUNAGA, 2024; MetaCPAN )
Tradestie-WSBetsAPI/lib/Tradestie/WSBetsAPI.pm ( view source; MetaCPAN )
CT: Tradestie's Wallstreet Bets API

use v5.38;
use strict;
use warnings;
use Moose;
use LWP;
use JSON;
use Carp;
use Readonly;

use Tradestie::WSBetsAPI::Reddit;
use Tradestie::WSBetsAPI::TTM_Squeeze
    my $response = $self->ua->get($uri);
    if ( $response->is_success ) {
        return decode_json( $response->decoded_content );
    }
    else {
        my $code = $response->code;
        confe

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