-
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.
Refactoring + Talk api(first small part) (#95)
More Talk API will come tomorrow. --------- Signed-off-by: Alexander Piskun <[email protected]>
- Loading branch information
Showing
35 changed files
with
1,112 additions
and
375 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,32 +1,32 @@ | ||
Applications Management | ||
----------------------- | ||
|
||
.. autoclass:: nc_py_api.apps.apps.AppsAPI | ||
.. autoclass:: nc_py_api.apps._AppsAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.apps.apps.ExAppInfo | ||
.. autoclass:: nc_py_api.apps.ExAppInfo | ||
:members: | ||
|
||
Preferences | ||
^^^^^^^^^^^ | ||
|
||
.. autoclass:: nc_py_api.apps.preferences_ex.CfgRecord | ||
.. autoclass:: nc_py_api._preferences_ex.CfgRecord | ||
:members: | ||
:undoc-members: | ||
|
||
User specific | ||
""""""""""""" | ||
|
||
.. autoclass:: nc_py_api.apps.preferences.PreferencesAPI | ||
.. autoclass:: nc_py_api._preferences.PreferencesAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.apps.preferences_ex.PreferencesExAPI | ||
.. autoclass:: nc_py_api._preferences_ex.PreferencesExAPI | ||
:members: | ||
:inherited-members: | ||
|
||
Non-user specific | ||
""""""""""""""""" | ||
|
||
.. autoclass:: nc_py_api.apps.preferences_ex.AppConfigExAPI | ||
.. autoclass:: nc_py_api._preferences_ex.AppConfigExAPI | ||
:members: | ||
:inherited-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,50 @@ | ||
Talk API | ||
-------- | ||
|
||
.. autoclass:: nc_py_api.talk.Conversation | ||
:members: | ||
:inherited-members: | ||
|
||
.. autoclass:: nc_py_api.talk._TalkAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.talk.ConversationType | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.talk.ParticipantType | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.talk.AttendeePermissions | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.talk.InCallFlags | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: nc_py_api.talk.ListableScope | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: nc_py_api.talk.NotificationLevel | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: nc_py_api.talk.WebinarLobbyStates | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: nc_py_api.talk.SipEnabledStatus | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: nc_py_api.talk.CallRecordingStatus | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: nc_py_api.talk.BreakoutRoomMode | ||
:members: | ||
:undoc-members: | ||
|
||
.. autoclass:: nc_py_api.talk.BreakoutRoomStatus | ||
:members: | ||
:undoc-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 @@ | ||
Notifications | ||
------------- | ||
|
||
.. autoclass:: nc_py_api.users.notifications._NotificationsAPI | ||
.. autoclass:: nc_py_api.notifications._NotificationsAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.notifications.Notification | ||
.. autoclass:: nc_py_api.notifications.Notification | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.notifications.NotificationInfo | ||
.. autoclass:: nc_py_api.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,5 +1,5 @@ | ||
User Management | ||
--------------- | ||
|
||
.. autoclass:: nc_py_api.users.users.UsersAPI | ||
.. autoclass:: nc_py_api.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._UsersGroupsAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.groups.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,18 @@ | ||
User Status | ||
----------- | ||
|
||
.. autoclass:: nc_py_api.users.status._UserStatusAPI | ||
.. autoclass:: nc_py_api.user_status._UserStatusAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.status.CurrentUserStatus | ||
.. autoclass:: nc_py_api.user_status.CurrentUserStatus | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.status.UserStatus | ||
.. autoclass:: nc_py_api.user_status.UserStatus | ||
:members: | ||
:inherited-members: | ||
|
||
.. autoclass:: nc_py_api.users.status.PredefinedStatus | ||
.. autoclass:: nc_py_api.user_status.PredefinedStatus | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.status.ClearAt | ||
.. autoclass:: nc_py_api.user_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.weather_status._WeatherStatusAPI | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.weather.WeatherLocation | ||
.. autoclass:: nc_py_api.weather_status.WeatherLocation | ||
:members: | ||
|
||
.. autoclass:: nc_py_api.users.weather.WeatherLocationMode | ||
.. autoclass:: nc_py_api.weather_status.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 |
---|---|---|
|
@@ -10,4 +10,5 @@ Reference | |
Users/index.rst | ||
ExApp | ||
Exceptions | ||
Talk | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""Version of nc_py_api.""" | ||
|
||
__version__ = "0.0.32.dev0" | ||
__version__ = "0.0.40.dev0" |
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 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
Oops, something went wrong.