You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code were not working:
```python3
nc.ocs("GET", "/ocs/v2.php/core/whatsnew")
```
this PR fixes it, for OCS that return `Http::STATUS_NO_CONTENT` we
return empty list.
In addition added `ALL` API scope, ref: nextcloud/app_api/pull/190
Previous commit:
8fd175a
was added fast to just implement `ALL` API scope tests in AppAPI repo.
---------
Signed-off-by: Alexander Piskun <[email protected]>
0 commit comments