Skip to content

Commit

Permalink
Merge pull request #2126 from paulHempel/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Jun 4, 2024
2 parents 4439138 + 5650739 commit 0b110e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ final client = NextcloudClient(
Not all endpoints work with just HTTP Basic auth, so it is advised to use app passwords obtained either directly in the Web UI by the user or using the [login flow](https://docs.nextcloud.com/server/latest/developer_manual/client_apis/LoginFlow/index.html#login-flow-v2).
Some endpoints do not need any authentication at all or provide extended information when the request is optionally authenticated.

**Note**
Flutter applications may require [additional configuration](https://docs.flutter.dev/data-and-backend/networking#platform-notes) to make HTTP requests.


### Endpoints

It is not guaranteed that an API request will work unless the app is installed and enabled on the server (and has a supported version).
Expand Down

0 comments on commit 0b110e6

Please sign in to comment.