1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-23 05:24:18 +00:00
pds-2021-g2-nest/docs/source/code/backend/index.rst

43 lines
816 B
ReStructuredText
Raw Normal View History

2021-05-13 17:24:44 +00:00
``nest_backend`` - Web API in Python
====================================
2021-05-10 15:03:05 +00:00
.. automodule:: nest_backend
2021-05-13 17:24:44 +00:00
``.gestione`` - Metodi di utility
---------------------------------
2021-05-10 15:03:05 +00:00
.. automodule:: nest_backend.gestione
``.database`` - Database
------------------------
.. automodule:: nest_backend.database
2021-05-13 17:24:44 +00:00
``.base`` - Estensione flask
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-05-10 15:03:05 +00:00
.. automodule:: nest_backend.database.base
2021-05-13 17:24:44 +00:00
``.tables`` - Tabelle
~~~~~~~~~~~~~~~~~~~~~
2021-05-10 15:03:05 +00:00
.. automodule:: nest_backend.database.tables
:imported-members:
2021-05-13 17:24:44 +00:00
``.routes`` - Percorsi API
--------------------------
2021-05-10 15:03:05 +00:00
2021-05-28 16:31:33 +00:00
.. note::
La documentazione dei percorsi API è gestita da Swagger UI, disponibile a ``/docs`` una volta che il webserver
del backend è avviato.
2021-05-10 15:03:05 +00:00
2021-05-29 15:59:45 +00:00
Si allega una stampa dell'interfaccia swagger:
- :download: N.E.S.T_Swagger.pdf