Acme-Free-API-ChuckNorris

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

0.9.9   Thu Aug 29 04:13:30 PM UTC 2024
        - Initial release of API client for https://kanye.rest
        - demo project for Perl API clients, using Util::H2O::More
        - found via, https://www.freepublicapis.com/
        - feature complete, but documentation and tweaks may be needed
          based on feedback

0.9.10  Thu Aug 29 04:13:31 PM UTC 2024
        - Updated initial release of API client for https://api.chucknorris.io/jokes
        - demo project for Perl API clients, using Util::H2O::More
        - found via, https://www.freepublicapis.com/
        - feature complete, but documentation and tweaks may be needed
          based on feedback
        - fixed POD and changelog

1.0.0	Mon Sep  9 05:52:56 PM UTC 2024
	- maintenance release, updated dist.ini to reflect required
	  module versions

1.0.1	Sun Mar  9 02:01:55 PM UTC 2025
	- attempting to fix testing errors by pinning down perl and

lib/Acme/Free/API/ChuckNorris.pm  view on Meta::CPAN

  shell>

=head1 DESCRIPTION

Contributed as part of the B<FreePublicPerlAPIs> Project described at,
L<https://github.com/oodler577/FreePublicPerlAPIs>.

This fun module is to demonstrate how to use L<Util::H2O::More> and
L<Dispatch::Fu> to make creating easily make API SaaS modules and
clients in a clean and idiomatic way. These kind of APIs tracked at
L<https://www.freepublicapis.com/> are really nice for fun and practice
because they don't require dealing with API keys in the vast majority of cases.

=head1 METHODS

=over 4

=item C<new>

Instantiates object reference. No parameters are accepted.



( run in 0.768 second using v1.01-cache-2.11-cpan-c6e0e5ac2a7 )