Logic Layer
===========

The logic layer is responsible for all the small tasks that require data
fetching, data transformation, and data bundling. By having these discrete
tasks, it means that this layer is an intermediary between the API Handler and
the models.


.. toctree::
   :titlesonly:

   logic/api-token
   logic/session
