Group
Extension

Matches 35358

Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/Equity/Earnings.pm ( view source; MetaCPAN )
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_instrument {
    t::U
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/Equity/OrderBuilder.pm ( view source; MetaCPAN )
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_submit {
    t::Utili
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/User.pm ( view source; MetaCPAN )
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_additional_info {
   
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_basic_info {
    t::U
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_employment {
    t::U
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/Equity/Order.pm ( view source; MetaCPAN )
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_account {
    t::Util
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_position {
    t::Uti
e::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

=head2 C<created_at( )>

Returns a Time::Moment object.

=cut

sub created_at ($s) {
    Tim
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood.pm ( view source; MetaCPAN )
rh_instance(0);
    my $res = $rh->_get('https://jsonplaceholder.typicode.com/todos/1');
    isa_ok($res, 'Mojo::Message::Response');
    is($res->json->{title}, 'delectus aut autem', '_post(...) work
ken_type, $s->oauth2_token->access_token
                   )
               : ()
           } => json => \%data
    );
    return $s->_options($url, %data)
        if $retval->res->code == 401 && $s-
rh_instance(0);
    my $res = $rh->_options('https://jsonplaceholder.typicode.com/');
    isa_ok($res, 'Mojo::Message::Response');
    is($res->json, ());
}

sub _post ($s, $url, %data) {

#warn 'POST
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/Equity/Split.pm ( view source; MetaCPAN )
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_instrument {
    t::U
HTTP-Simple ( D/DB/DBOOK/HTTP-Simple-0.004.tar.gz, DBOOK, 2019; MetaCPAN )
HTTP-Simple/lib/HTTP/Simple.pm ( view source; MetaCPAN )
e HTTP::Tiny;

our $VERSION = '0.004';

my @request_functions = qw(get getjson head getprint getstore mirror postform postjson postfile);
my @status_functions = qw(is_info is_success is_redirect is_er
nt => "HTTP::Simple/$VERSION");

our $JSON;
{
  local $@;
  if (eval { require Cpanel::JSON::XS; Cpanel::JSON::XS->VERSION('4.11'); 1 }) {
    $JSON = Cpanel::JSON::XS->new->utf8->canonical->allow_non
ref->convert_blessed->allow_dupkeys;
  }
}
unless (defined $JSON) {
  require JSON::PP;
  $JSON = JSON::PP->new->utf8->canonical->allow_nonref->convert_blessed;
}

sub get {
  my ($url) = @_;
  my $re
Convert-BER-XS ( M/ML/MLEHMANN/Convert-BER-XS-1.21.tar.gz, MLEHMANN, 2019; MetaCPAN )
Convert-BER-XS/XS.pm ( view source; MetaCPAN )
guage that can be used to describe protocols and
data structures. It supports various mappings to JSON, XML, but most
importantly, to a various binary encodings such as BER, that is the topic
of this 
Test-Mock-Net-Server-Mail ( B/BE/BENNING/Test-Mock-Net-Server-Mail-1.02.tar.gz, BENNING, 2019; MetaCPAN )
Test-Mock-Net-Server-Mail/lib/Test/Mock/Net/Server/Mail.pm ( view source; MetaCPAN )
Server::Mail::ESMTP;
use IO::Socket::INET;
use IO::File;
use Test::More;
use Test::Exception;
use JSON;
use File::Temp;


has 'bind_address' => ( is => 'ro', isa => 'Str', default => '127.0.0.1' );
ha
f = shift;
  my $line = $self->_log_fh->getline;
  if($line) {
    chomp $line;
    return decode_json $line;
  }
  return;
}


sub next_log_ok {
  my ($self, $verb, $params, $text) = @_;
  my $log = 

    $params_out = $verb.' passed unprintable '.ref($params);
  }
  $self->_write_log(
    encode_json( {
      verb => $verb,
      defined $params_out ? (params => $params_out) : (),
    } )."\n"
  
BenchmarkAnything-Storage-Frontend-Lib ( S/SC/SCHWIGON/BenchmarkAnything-Storage-Frontend-Lib-0.023.tar.gz, SCHWIGON, 2019; MetaCPAN )
BenchmarkAnything-Storage-Frontend-Lib/lib/BenchmarkAnything/Storage/Frontend/Lib.pm ( view source; MetaCPAN )
ttype} || 'json';

        if ($outtype eq "yaml")
        {
                require YAML::Any;
                $output .= YAML::Any::Dump($data);
        }
        elsif ($outtype eq "json")
        
          eval "use JSON -convert_blessed_universally";
                my $json = JSON->new->allow_nonref->pretty->allow_blessed->convert_blessed;
                $output .= $json->encode($data);
   
hema...\n" if $self->{verbose};
            if (not my $result = BenchmarkAnything::Schema::valid_json_schema($data))
            {
                die "benchmarkanything: add: invalid input: ".join("
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/Equity/Market.pm ( view source; MetaCPAN )
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_todays_hours {
    t:
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_hours {
    t::Utilit
WebService-GeoIPify ( K/KI/KIANMENG/WebService-GeoIPify-0.05.tar.gz, KIANMENG, 2019; MetaCPAN )
WebService-GeoIPify/lib/WebService/GeoIPify.pm ( view source; MetaCPAN )
$WebService::GeoIPify::VERSION);
    $self->server($self->api_url);
    $self->type(q|application/json|);

    my $queries = {
        apiKey => $self->api_key,
        ipAddress => $ip,
    };

    m
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/User/IDInfo.pm ( view source; MetaCPAN )
od::User->new(_rh => $s->_rh, %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_user {
    t::Utility
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/User/Profile.pm ( view source; MetaCPAN )
od::User->new(_rh => $s->_rh, %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_user {
    t::Utility
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/User/AdditionalInfo.pm ( view source; MetaCPAN )
od::User->new(_rh => $s->_rh, %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_user {
    t::Utility
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/User/BasicInfo.pm ( view source; MetaCPAN )
od::User->new(_rh => $s->_rh, %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_user {
    t::Utility
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/ACATS/Transfer.pm ( view source; MetaCPAN )
e::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

=head2 C<updated_at( )>

Returns a Time::Moment object.

=cut

sub updated_at ($s) {
    Tim
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/User/Employment.pm ( view source; MetaCPAN )
od::User->new(_rh => $s->_rh, %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_user {
    t::Utility
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/Equity/Mover.pm ( view source; MetaCPAN )
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_instrument {
    t::U
Finance-Robinhood ( S/SA/SANKO/Finance-Robinhood-0.92_003.tar.gz, SANKO, 2019; MetaCPAN )
Finance-Robinhood/lib/Finance/Robinhood/Equity/Instrument.pm ( view source; MetaCPAN )
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_quote {
    t::Utilit
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_prices {
    t::Utili
                              %{$res->json})
        : Finance::Robinhood::Error->new(
             $res->is_server_error ? (details => $res->message) : $res->json);
}

sub _test_market {
    my $rh  

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