logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Twitter::API::Trait::Enchilada - Sometimes you want the whole enchilada

Author

       Marc Mims <marc@questright.com>

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

See Also