Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsegura committed Aug 30, 2022
1 parent c145046 commit 419ba03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This module provides an asyncio-friendly interface to public NextCloud APIs.
* File Management API
* User Management API
* Group Management API
* GroupFolders API
* App Management API
* LDAP Configuration API
* Status API
Expand All @@ -26,6 +27,9 @@ This module provides an asyncio-friendly interface to public NextCloud APIs.
* Passwords API
* Notes API
* Deck API
* Calendar CalDAV API
* Tasks CalDAV API
* Contacts CardDAV API

If you know of any APIs missing from this list, please open an issue at
https://github.com/aaronsegura/nextcloud-async/issues with a link to
Expand Down
5 changes: 5 additions & 0 deletions nextcloud_async/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
https://git.mdns.eu/nextcloud/passwords/-/wikis/Developers/Index
https://github.com/nextcloud/notes/tree/master/docs/api
https://deck.readthedocs.io/en/latest/API/
https://sabre.io/dav/building-a-caldav-client/
https://sabre.io/dav/building-a-carddav-client/
"""

from nextcloud_async.api.ocs import NextCloudOCSAPI
Expand Down Expand Up @@ -91,6 +93,9 @@ class NextCloudAsync(
Passwords API
Notes API
Deck API
Contacts API (CardDAV)
Calendar API (CalDAV)
Tasks API (CalDAV)
Please open an issue if I am missing any APIs so they can be added:
https://github.com/aaronsegura/nextcloud_async/issues
Expand Down

0 comments on commit 419ba03

Please sign in to comment.