Group
Extension

Matches 1

Net-Google-Spreadsheets-V4 ( H/HI/HIROSE/Net-Google-Spreadsheets-V4-0.003.tar.gz, HIROSE, 2021; MetaCPAN )
Net-Google-Spreadsheets-V4/lib/Net/Google/Spreadsheets/V4.pm ( view source; MetaCPAN )
se Net::Google::DataAPI::Auth::OAuth2;
use Net::OAuth2::AccessToken;
use Text::CSV;
use Furl;
use JSON;
use Sub::Retry;

sub new {
    state $rule = Data::Validator->new(
        client_id      => { i

    my $headers = [];
    if ($content) {
        push @$headers, 'Content-Type' => 'application/json';
    }
    if ($opt->{headers}) {
        push @$headers, @{ $opt->{headers} };
    }

    my $r
      url     => $url,
            headers => $headers,
            $content ? (content => encode_json($content)) : (),
        );
    }, sub {
        my $res = shift;
        if (!$res) {
          

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