You're viewing old version number 1. - Current version
Yo-Perl Readme
Perl module that provides access to the Yo API.
External links:
Example Usage
Create object by passing the Yo API token for the account sending the Yo.
my $yo = Yo->new("your-api-token");
O $yo->set_link("http://optionalurltosomething");
$yo->all;
$yo->user('USERNAME');
my $json = $yo->subscribers;
returned format from Yo equals {"result": 1}
From JR's : articles
48 words - 368 chars
created on
- #
source
- versions