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
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