.. _api: API Class ========= Falcon's API class is a WSGI callable "application" that you can host with any of a number of WSGI servers. .. code:: python import falcon api = application = falcon.API() .. autoclass:: falcon.API :members: :undoc-members: