owncloud / ocis-php-sdk

Apache License 2.0
3 stars 1 forks source link

Add support for drive root endpoint #223

Closed amrita-shrestha closed 2 months ago

amrita-shrestha commented 3 months ago

New endpoint has been added on ocis : https://owncloud.dev/libre-graph-api/#/drives.root/InviteSpaceRoot Add code to support root endpoint api

Ocis-php-sdk story-line for drive invitation

Test coverage

phil-davis commented 3 months ago

The endpoint is available in ocis major version 6, so the code needs to understand that. Code for that is being added in PR #229

amrita-shrestha commented 2 months ago

@nirajacharya2 and @S-Panta split tests coverage

amrita-shrestha commented 2 months ago

feature support for drive endpoint and tests has been added so closing this issue