API-Instagram
view release on metacpan or search on metacpan
lib/API/Instagram.pm view on Meta::CPAN
################################
sub _cache { shift->_obj_cache->{ shift() } }
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
API::Instagram - Object Oriented Interface for the Instagram REST and Search APIs
=for Pod::Coverage client_id client_secret grant_type no_cache redirect_uri response_type scope BUILD
=for HTML <a href="https://travis-ci.org/gabrielmad/API-Instagram"><img src="https://travis-ci.org/gabrielmad/API-Instagram.svg?branch=build%2Fmaster"></a>
=for HTML <a href='https://coveralls.io/r/gabrielmad/API-Instagram?branch=build%2Fmaster'><img src='https://coveralls.io/repos/gabrielmad/API-Instagram/badge.png?branch=build%2Fmaster' alt='Coverage Status' /></a>
lib/API/Instagram/Location.pm view on Meta::CPAN
my $url = sprintf "locations/%s", $self->id;
API::Instagram->instance->_get( $url );
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
API::Instagram::Location - Instagram Location Object
=head1 VERSION
version 0.013
=head1 SYNOPSIS
lib/API/Instagram/Media.pm view on Meta::CPAN
]
};
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
API::Instagram::Media - Instagram Media Object
=head1 VERSION
version 0.013
=head1 SYNOPSIS
lib/API/Instagram/Media/Comment.pm view on Meta::CPAN
my $url = sprintf "media/%s/comments/%s", $self->media->id, $self->id;
$self->media->_api->_del( $url )
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
API::Instagram::Media::Comment - Instagram Media Comment Object
=head1 VERSION
version 0.013
=head1 SYNOPSIS
lib/API/Instagram/Search.pm view on Meta::CPAN
[ map { $api->$type($_) } $api->_get_list( { %opts, url => $url } ) ]
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
API::Instagram::Search - Instagram Search Object
=for Pod::Coverage type
=head1 VERSION
version 0.013
lib/API/Instagram/Tag.pm view on Meta::CPAN
my $url = sprintf "tags/%s", $self->name;
API::Instagram->instance->_get( $url );
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
API::Instagram::Tag - Instagram Tag Object
=head1 VERSION
version 0.013
=head1 SYNOPSIS
lib/API/Instagram/User.pm view on Meta::CPAN
}
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
API::Instagram::User - Instagram User Object
=for Pod::Coverage BUILDARGS
=head1 VERSION
version 0.013
( run in 1.243 second using v1.01-cache-2.11-cpan-bbb979687b5 )