.. py:currentmodule:: nc_py_api.nextcloud

Nextcloud
=========

Two base classes for working with Nextcloud. The first for working as a client, the second as an application.

All required functionality is incorporated in them, they contains all other classes required to work with the Nextcloud.

.. autoclass:: Nextcloud
    :inherited-members:
    :members:

    .. automethod:: __init__

.. autoclass:: NextcloudApp
    :inherited-members:
    :members:
