Group
Extension

Matches 1

Net-OneSky ( E/ER/ERIKOGAN/Net-OneSky-0.0.3.tar.gz, ERIKOGAN, 2018; MetaCPAN )
Net-OneSky/lib/Net/OneSky/Project.pm ( view source; MetaCPAN )
roject::VERSION = '0.0.3';
use namespace::autoclean;
use Moose;

use File::Basename;

use JSON qw( decode_json );

has 'client' => (
  is => 'ro',
  isa => 'Net::OneSky',
  required => 1
);

has 'id' 
>client->get($uri);
  die "ERROR Fetching locales:" unless $resp->is_success;
  my $data = decode_json($resp->content);

  grep { defined }
    map { (!$_->{is_base_language} || $include_base) ? $_->{
 $form_data);
    die "ERROR fetching file list:" unless $resp->is_success;
    my $data = decode_json($resp->content);

    $page_count = $data->{meta}->{page_count} unless $page_count;
    die "NO f

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