Group
Extension

Matches 2

WebService-HealthGraph ( O/OA/OALDERS/WebService-HealthGraph-0.000004.tar.gz, OALDERS, 2016; MetaCPAN )
WebService-HealthGraph/lib/WebService/HealthGraph.pm ( view source; MetaCPAN )
d' if $feed;

        $headers->{Accept}
            = sprintf( 'application/vnd.com.runkeeper.%s+json', $accept );
    }

    # Fix up URLs with a semicolon delimiter.
    if ( $url =~ m{;} ) {
     
      {
            headers =>
                { Accept => 'application/vnd.com.runkeeper.Records+json' }
        );

Returns a L<WebService::HealthGraph::Response> object.

=head1 CAVEATS

Most respo
WebService-HealthGraph ( O/OA/OALDERS/WebService-HealthGraph-0.000004.tar.gz, OALDERS, 2016; MetaCPAN )
WebService-HealthGraph/lib/WebService/HealthGraph/Response.pm ( view source; MetaCPAN )
e::HealthGraph::Response::VERSION = '0.000004';
use Moo;

use Array::Iterator ();
use JSON::MaybeXS qw( decode_json );
use Types::Standard qw( Bool CodeRef InstanceOf Maybe Ref );
use Types::URI qw( U
my $self    = shift;
    my $content = $self->raw->decoded_content;

    return $content ? decode_json($content) : undef;
}

sub _build_iterator {
    my $self    = shift;
    my $content = $self->con

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