-
-
17 Apr 2020 22:46:42 UTC
- Distribution: Mastodon-Client
- Module version: 0.017
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository (git clone)
- Issues
- Testers (410 / 0 / 0)
- Kwalitee
Bus factor: 1- 71.03% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (42.93KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Class::Load
- DateTime
- DateTime::Format::Strptime
- Future
- HTTP::Request::Common
- HTTP::Thin
- IO::Async
- Image::Info
- JSON::MaybeXS
- List::Util
- Log::Any
- Moo
- Net::Async::HTTP
- Role::EventEmitter
- Try::Tiny
- Type::Params
- Types::Common::String
- Types::Path::Tiny
- Types::Standard
- URI
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Mastodon::Entity::Results - A Mastodon search result
DESCRIPTION
This object should not be manually created. It is intended to be generated from the data received from a Mastodon server using the coercions in Mastodon::Types.
For current information, see the Mastodon API documentation
ATTRIBUTES
- accounts
-
An array of matched Mastodon::Entity::Account objects.
- statuses
-
An array of matchhed Mastodon::Entity::Status objects.
- hashtags
-
An array of matched hashtags, as strings.
AUTHOR
José Joaquín Atria <jjatria@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by José Joaquín Atria.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Mastodon::Client, copy and paste the appropriate command in to your terminal.
cpanm Mastodon::Client
perl -MCPAN -e shell install Mastodon::Client
For more information on module installation, please visit the detailed CPAN module installation guide.