Group
Extension

Matches 2

Net-OAuth-Yahoo ( S/SY/SYAGI/Net-OAuth-Yahoo-1.0.0.tar.gz, SYAGI, 2016; MetaCPAN )
Net-OAuth-Yahoo/test_deeply.pl ( view source; MetaCPAN )
ot receive a token or URL", "access_api() test without params" );

my $json = $oauth->access_api( $token, $api_url );
like( $json, qr/yahoo/, "access_api() test with token & URL" );

$oauth->save_toke
Net-OAuth-Yahoo ( S/SY/SYAGI/Net-OAuth-Yahoo-1.0.0.tar.gz, SYAGI, 2016; MetaCPAN )
Net-OAuth-Yahoo/lib/Net/OAuth/Yahoo.pm ( view source; MetaCPAN )
pi_url = "http://fantasysports.yahooapis.com/fantasy/v2/team/265.l.5098.t.2/players?format=json";
    my $json = $oauth->access_api( $token, $api_url );

    OTHER METHODS:
    The token expires after
m Yahoo API is returned verbatim.
    This means if you request JSON in the URL, then you'll get JSON back; otherwise XML.  
    my $json = $oauth->access_api( $token, $url );

=cut

sub access_api {

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