# Yo-Perl Readme markdown=yes Perl module that provides access to the Yo API. External links: * [Yo](http://www.justyo.co) * [API](https://medium.com/@YoAppStatus/yo-developers-api-e7f2f0ec5c3c) ## 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}