.. _api:

API Documentation
=================


Core API
--------

.. automodule:: pook
    :members:
    :member-order: bysource
    :undoc-members:
    :show-inheritance:


Matchers API
------------

.. automodule:: pook.matchers
    :members:
    :undoc-members:
    :show-inheritance:


Interceptors API
----------------

.. automodule:: pook.interceptors
    :members:
    :undoc-members:
    :show-inheritance:
    :exclude-members: activate, disable
