web_programming.fetch_quotes
============================

.. py:module:: web_programming.fetch_quotes

.. autoapi-nested-parse::

   This file fetches quotes from the " ZenQuotes API ".
   It does not require any API key as it uses free tier.

   For more details and premium features visit:
       https://zenquotes.io/



Attributes
----------

.. autoapisummary::

   web_programming.fetch_quotes.API_ENDPOINT_URL
   web_programming.fetch_quotes.response


Functions
---------

.. autoapisummary::

   web_programming.fetch_quotes.quote_of_the_day
   web_programming.fetch_quotes.random_quotes


Module Contents
---------------

.. py:function:: quote_of_the_day() -> list

.. py:function:: random_quotes() -> list

.. py:data:: API_ENDPOINT_URL
   :value: 'https://zenquotes.io/api'


.. py:data:: response