The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.002 - 2017-04-16

  • New:
    • Added convenience methods for all API endpoints
    • Added a `coerce_entities` option to turn JSON responses from Mastodon into Perl objects
    • Added more tests (suite is still far from complete!)
    • Added methods for sending DELETE and PATCH requests
    • Added this change log. :)
    • Several changes to dist.ini add repository data, META.json, etc.
    • Added documentation
  • Changes:
    • Interface of `timeline()` and `stream()` methods now more closely mirrors that of the rest of the distribution
  • Fixes:
    • Fixed several issues with passing arguments to requst functions

Modules

Talk to a Mastodon server
Access the streaming API of a Mastodon server

Provides

in lib/Mastodon/Entity/Account.pm
in lib/Mastodon/Entity/Application.pm
in lib/Mastodon/Entity/Attachment.pm
in lib/Mastodon/Entity/Card.pm
in lib/Mastodon/Entity/Context.pm
in lib/Mastodon/Entity/Error.pm
in lib/Mastodon/Entity/Instance.pm
in lib/Mastodon/Entity/Mention.pm
in lib/Mastodon/Entity/Notification.pm
in lib/Mastodon/Entity/Relationship.pm
in lib/Mastodon/Entity/Report.pm
in lib/Mastodon/Entity/Results.pm
in lib/Mastodon/Entity/Status.pm
in lib/Mastodon/Entity/Tag.pm
in lib/Mastodon/Role/Entity.pm
in lib/Mastodon/Role/UserAgent.pm
in lib/Mastodon/Types.pm