From 2d3b3fae5ec51393fceb085fb282fc91fbce2e75 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Thu, 24 Aug 2023 10:22:23 +0200 Subject: [PATCH] Update README.md (#98) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Really hoping the nextCloud thing isn't in the API but just in the README 🙈 Just fixing the wrong capItaliZatiOn in the Readme of our name ;-) Signed-off-by: Jos Poortvliet --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 60838979..c2ba7443 100644 --- a/README.md +++ b/README.md @@ -37,19 +37,19 @@ Python library that provides a robust and well-documented API that allows develo *missing `Trash bin` and `File version` support.
**available only for NextcloudApp -### Differences between the NextCloud and NextCloudApp classes +### Differences between the Nextcloud and NextcloudApp classes -The **NextCloud** class functions as a standard NextCloud client, +The **Nextcloud** class functions as a standard NextCloud client, enabling you to make API requests using a username and password. -On the other hand, the **NextCloudApp** class is designed for creating applications for NextCloud.
+On the other hand, the **NextcloudApp** class is designed for creating applications for Nextcloud.
It uses the [AppEcosystem](https://github.com/cloud-py-api/app_ecosystem_v2) to allow applications to impersonate users through a separate authentication mechanism. Both classes offer most of the same APIs, -but NextCloudApp has a broader selection since applications typically require access to more APIs. +but NextcloudApp has a broader selection since applications typically require access to more APIs. -Any code written for the NextCloud class can easily be adapted for use with the NextCloudApp class, +Any code written for the Nextcloud class can easily be adapted for use with the NextcloudApp class, as long as it doesn't involve calls that require user password verification. ### Support