-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regroup APIs + Notifications API (#59)
Related to this: nextcloud/app_api#25 Added Notification API + start grouping APIs --------- Signed-off-by: Alexander Piskun <[email protected]>
- Loading branch information
Showing
42 changed files
with
896 additions
and
589 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
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,13 +1,11 @@ | ||
.. py:currentmodule:: nc_py_api.files_sharing | ||
File Sharing | ||
============ | ||
|
||
The Shares API is universal for both modes and provides all the necessary methods for working with the Nextcloud Shares system. | ||
Refer to the **share examples** to see how to use them nicely. | ||
|
||
.. autoclass:: Share | ||
.. autoclass:: nc_py_api.files_defs.Share | ||
:members: | ||
|
||
.. autoclass:: FilesSharingAPI | ||
.. autoclass:: nc_py_api.files_sharing.FilesSharingAPI | ||
: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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Files API | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
Files | ||
Shares |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
User Groups Management | ||
---------------------- | ||
|
||
.. autoclass:: nc_py_api.users_groups.UserGroupsAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
User Status | ||
----------- | ||
|
||
.. autoclass:: nc_py_api.users_status.UserStatusAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.CurrentUserStatus | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.UserStatus | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.PredefinedStatus | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Weather Status | ||
-------------- | ||
|
||
.. autoclass:: nc_py_api.users_weather.WeatherStatusAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.WeatherLocation | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users_defs.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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Users API | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
Users | ||
UsersGroups | ||
UsersStatus | ||
WeatherStatus |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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,3 +1,3 @@ | ||
""" Version of nc_py_api""" | ||
""" Version of nc_py_api.""" | ||
|
||
__version__ = "0.0.27.dev0" | ||
__version__ = "0.0.27.dev2" |
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
Oops, something went wrong.