Skip to content

Commit

Permalink
Notes about possibility to use other OCS APIs with AppAPI (#107)
Browse files Browse the repository at this point in the history
Added missing notes that it is possible to use other supported OCS APIs
(mainly oriented for clients) for ExApps as we have separate
authentication for that.

---------

Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
  • Loading branch information
andrey18106 authored Nov 1, 2023
1 parent cceb1a7 commit 59a67dd
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/tech_details/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ AppAPI Nextcloud APIs
fileactionsmenu
notifications
talkbots
other_ocs
20 changes: 20 additions & 0 deletions docs/tech_details/api/other_ocs.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Other OCS APIs
==============

With AppAPI authentication it is possible for ExApps to use any other OCS APIs, that doesn't require OCP implementation:

.. note::

To access these APIs they have to be supported by AppAPI (see :ref:`api_scopes`),
and ExApp have to require granted access (in ``info.xml``) to them accordingly.

1. Calendar
2. Contacts
3. File System & Tags
4. Shares
5. Notifications
6. Users & Groups
7. User & Weather status
8. Activities
9. Notes
10. Etc.

0 comments on commit 59a67dd

Please sign in to comment.