Twitter::API::Trait::Enchilada - Sometimes you want the whole enchilada
Contents
Copyright And License
This software is copyright (c) 2015-2021 by Marc Mims.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.32.1 2021-09-11 Twitter::API::Trait::Enchilada(3pm)
Description
This is just a shortcut for applying commonly used traits. Because, sometimes, you just want the whole
enchilada.
This role simply bundles the following traits. See those modules for details.
• ApiMethods
• NormalizeBooleans
• RetryOnError
• DecodeHtmlEntites
Name
Twitter::API::Trait::Enchilada - Sometimes you want the whole enchilada
Synopsis
use Twitter::API;
my $client = Twitter::API->new_with_traits(
traits => 'Enchilada',
%other_new_options
);
Version
version 1.0006
