Exobrain-Foursquare

 view release on metacpan or  search on metacpan

lib/Exobrain/Agent/Foursquare.pm  view on Meta::CPAN

C<https://api.foursquare.com/v2>.

Primarily used by L</foursquare_api>.

=head2 foursquare_api

    my $checkins = $self->foursquare_api('checkins/recent',
        afterTimestamp => $last_check,
    );

Calls the Foursquare API endpoint specified in the first argument, and converts
the response into a Perl data structure. All additional named arguments are
considered to be parameters that will be appended to the call.

This method automatically adds auth tokens and version strings as appropriate.

=for Pod::Coverage component_name

=head1 AUTHOR

Paul Fenwick <pjf@cpan.org>



( run in 0.819 second using v1.01-cache-2.11-cpan-2b1a40005be )