Group
Extension

Matches 2

Net-Twitter-Lite ( M/MM/MMIMS/Net-Twitter-Lite-0.12008.tar.gz, MMIMS, 2016; MetaCPAN )
Net-Twitter-Lite/lib/Net/Twitter/Lite.pm ( view source; MetaCPAN )
brary for Twitter's API v1

=head1 VERSION

version 0.12008

=cut

use Carp;
use URI::Escape;
use JSON;
use HTTP::Request::Common;
use Net::Twitter::Lite::Error;
use Encode qw/encode_utf8/;
use Net::T
r.com/1'    }
sub _default_lists_api_url         () { 'http://api.twitter.com/1'    }

my $json_handler = JSON->new->utf8;

sub new {
    my ($class, %args) = @_;

    $class->can('verify_credentials'
        my $uri = URI->new($self->{$options{base_url_method}}
                    . "/$local_path.json");

                return $self->_parse_result(
                    $self->_authenticated_reques
Net-Twitter-Lite ( M/MM/MMIMS/Net-Twitter-Lite-0.12008.tar.gz, MMIMS, 2016; MetaCPAN )
Net-Twitter-Lite/lib/Net/Twitter/Lite/WrapResult.pm ( view source; MetaCPAN )
_limit_remaining;

=head1 DESCRIPTION

Often, the result of a Twitter API call, inflated from the JSON body of the
HTTP response does not contain all the information you need. Twitter includes
meta da

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