Group
Extension

Matches 3

YuiRestClient ( Q/QE/QEYAST/YuiRestClient-0.5.tar.gz, QEYAST, 2021; MetaCPAN )
YuiRestClient/lib/YuiRestClient/App.pm ( view source; MetaCPAN )
    my $response = YuiRestClient::Http::HttpClient::http_get($uri);
            return $response->json if $response;
        },
        message => "Connection to YUI REST server failed",
        %args
YuiRestClient ( Q/QE/QEYAST/YuiRestClient-0.5.tar.gz, QEYAST, 2021; MetaCPAN )
YuiRestClient/lib/YuiRestClient/Http/WidgetController.pm ( view source; MetaCPAN )
    my $response = YuiRestClient::Http::HttpClient::http_get($uri);
            return $response->json if $response; },
        timeout  => $self->{timeout},
        interval => $self->{interval}
    
YuiRestClient ( Q/QE/QEYAST/YuiRestClient-0.5.tar.gz, QEYAST, 2021; MetaCPAN )
YuiRestClient/lib/YuiRestClient/Widget/Base.pm ( view source; MetaCPAN )
 1;
}

sub property {
    my ($self, $property) = @_;

    my $res = $self->find_widgets();
    # JSON always contains array if results, return first entry
    if (ref $res eq 'ARRAY' && ref $res->[0]

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