-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Alexander Piskun <[email protected]>
- Loading branch information
Showing
66 changed files
with
874 additions
and
776 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,32 @@ | ||
.. py:currentmodule:: nc_py_api.apps | ||
Applications Management | ||
----------------------- | ||
|
||
.. autoclass:: AppAPI | ||
.. autoclass:: nc_py_api.apps.apps.AppsAPI | ||
:members: | ||
|
||
.. autoclass:: ExAppInfo | ||
.. autoclass:: nc_py_api.apps.apps.ExAppInfo | ||
:members: | ||
|
||
Preferences | ||
^^^^^^^^^^^ | ||
|
||
.. autoclass:: nc_py_api.appcfg_prefs_ex.CfgRecord | ||
.. autoclass:: nc_py_api.apps.preferences_ex.CfgRecord | ||
:members: | ||
:undoc-members: | ||
|
||
User specific | ||
""""""""""""" | ||
|
||
.. autoclass:: nc_py_api.preferences.PreferencesAPI | ||
.. autoclass:: nc_py_api.apps.preferences.PreferencesAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.appcfg_prefs_ex.PreferencesExAPI | ||
.. autoclass:: nc_py_api.apps.preferences_ex.PreferencesExAPI | ||
:members: | ||
:inherited-members: | ||
|
||
Non-user specific | ||
""""""""""""""""" | ||
|
||
.. autoclass:: nc_py_api.appcfg_prefs_ex.AppConfigExAPI | ||
.. autoclass:: nc_py_api.apps.preferences_ex.AppConfigExAPI | ||
:members: | ||
:inherited-members: |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. py:currentmodule:: nc_py_api.ex_app | ||
External Application | ||
==================== | ||
|
||
Constants | ||
--------- | ||
|
||
.. autoclass:: ApiScope | ||
:members: | ||
|
||
.. autoclass:: LogLvl | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
.. py:currentmodule:: nc_py_api.exceptions | ||
.. py:currentmodule:: nc_py_api._exceptions | ||
Exceptions | ||
========== | ||
|
||
Avalaible as `nc_py_api.{exception_name}` | ||
|
||
.. autoclass:: NextcloudException | ||
:members: | ||
|
||
.. autoclass:: NextcloudExceptionNotFound | ||
:members: | ||
|
||
|
||
Functions | ||
--------- | ||
|
||
.. autofunction:: check_error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Notifications | ||
------------- | ||
|
||
.. autoclass:: nc_py_api.users.notifications._NotificationsAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.notifications.Notification | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.notifications.NotificationInfo | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
.. py:currentmodule:: nc_py_api.users | ||
User Management | ||
--------------- | ||
|
||
.. autoclass:: UsersAPI | ||
.. autoclass:: nc_py_api.users.users.UsersAPI | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
User Groups Management | ||
---------------------- | ||
|
||
.. autoclass:: nc_py_api.users_groups.UserGroupsAPI | ||
.. autoclass:: nc_py_api.users.groups._UserGroupsAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.GroupDetails | ||
.. autoclass:: nc_py_api.users.groups.GroupDetails | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
User Status | ||
----------- | ||
|
||
.. autoclass:: nc_py_api.users_status.UserStatusAPI | ||
.. autoclass:: nc_py_api.users.status._UserStatusAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.CurrentUserStatus | ||
.. autoclass:: nc_py_api.users.status.CurrentUserStatus | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.UserStatus | ||
.. autoclass:: nc_py_api.users.status.UserStatus | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.PredefinedStatus | ||
.. autoclass:: nc_py_api.users.status.PredefinedStatus | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.ClearAt | ||
.. autoclass:: nc_py_api.users.status.ClearAt | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Weather Status | ||
-------------- | ||
|
||
.. autoclass:: nc_py_api.users_weather.WeatherStatusAPI | ||
.. autoclass:: nc_py_api.users.weather._WeatherStatusAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.WeatherLocation | ||
.. autoclass:: nc_py_api.users.weather.WeatherLocation | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.WeatherLocationMode | ||
.. autoclass:: nc_py_api.users.weather.WeatherLocationMode | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,5 @@ Users API | |
Users | ||
UsersGroups | ||
UsersStatus | ||
Notifications | ||
WeatherStatus |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,6 @@ Reference | |
Apps | ||
Files/index.rst | ||
Users/index.rst | ||
Session | ||
Constants | ||
ExApp | ||
Exceptions | ||
Session |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,8 @@ | ||
"""Import all possible stuff that can be used.""" | ||
"""All possible stuff for Nextcloud & NextcloudApp that can be used.""" | ||
|
||
from . import ex_app | ||
from ._exceptions import NextcloudException, NextcloudExceptionNotFound | ||
from ._version import __version__ | ||
from .constants import ApiScope, LogLvl | ||
from .exceptions import NextcloudException, NextcloudExceptionNotFound, check_error | ||
from .files_defs import ( | ||
FsNode, | ||
FsNodeInfo, | ||
Share, | ||
SharePermissions, | ||
ShareStatus, | ||
ShareType, | ||
) | ||
from .gui_defs import GuiActionFileInfo, GuiFileActionHandlerInfo | ||
from .integration_fastapi import ( | ||
enable_heartbeat, | ||
nc_app, | ||
set_enabled_handler, | ||
set_scopes, | ||
) | ||
from .files import FsNode | ||
from .files.sharing import SharePermissions, ShareType | ||
from .nextcloud import Nextcloud, NextcloudApp |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.