nextcloud-api-wrapper icon indicating copy to clipboard operation
nextcloud-api-wrapper copied to clipboard

A php wrapper around nextcloud API

Results 7 nextcloud-api-wrapper issues
Sort by recently updated
recently updated
newest added

Are you still updating and maintaining it? Does it support the latest version?

What would be the "basePath" URL on my nextcloud server, where I can find it please help.

I am calling below shareclient function $sharesClient->getSharesFromFileOrFolder($case_id, ['reshares' => true, 'subfiles' => true]); giving error as below : Error : The options "reshares", "subfiles" do not exist. Defined options are:...

Added missing `expireDate` parameter on `createShare()` and fixed broken `getSharesFromFileOrFolder()` and `updateShare()` Ref.: https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-share-api.html#create-a-new-share

Implement WebDAV protocol for nextcloud.

### Background and grounds for PR Since Nextcloud are adding features without updating the API version, I believe it makes sense to introduce the tracking of **Nextcloud versions** in this...