fixed 3 mistakes

This commit is contained in:
euku 2018-09-28 17:11:33 +02:00 committed by Morris Jobke
parent 3dd29f8875
commit e5f3957717
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68

View File

@ -1,25 +1,24 @@
.. _apiindex:
===============================
Client API's
Client APIs
===============================
Nextcloud provides an number of api's for client applications to talk to.
Nextcloud provides an number of APIs for client applications to talk to.
------
WebDAV
------
WebDAV is the main api for file related operations, it supports listing directories, downloading an uploading files, manipulating tags and favorites and more.
WebDAV is the main api for file related operations, it supports listing directories, downloading and uploading files, manipulating tags and favorites and more.
An overview of how to use the various WebDAV api's can be found at :doc:`WebDAV/index`, additionally Nextcloud implements rfc5323_ to allow searching the filesystem
more information about how to use WebDAV search can be found at :doc:`WebDAV/search`.
An overview of how to use the various WebDAV APIs can be found at :doc:`WebDAV/index`, additionally Nextcloud implements rfc5323_ to allow searching the filesystem more information about how to use WebDAV search can be found at :doc:`WebDAV/search`.
---
OCS
---
The OCS API provides all information that are not available via the DAV endpoints. This contains endpoints for user data or sharing capabilities for example. See :doc:`OCS/index` for more details.
The OCS API provides all information that is not available via the DAV endpoints. This contains endpoints for user data or sharing capabilities for example. See :doc:`OCS/index` for more details.
Other OCS API documentations: