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

This page documents the current views implementing the REST endpoints of the openNPL server. The overall structure is as follows:

* api_root (overall API root)
* npl_api_root (npl data API root)
    * npl_DATA_MODEL_api collections of DATA_MODEL
    * npl_DATA_MODEL_detail instances of DATA_MODEL

.. TODO:: Some models only implement collective (list) views, detailed views to be implemented in due course


.. automodule:: openNPL.views
   :members:
   :undoc-members:
   :noindex:

