mirror of
https://github.com/owncloud/android-library.git
synced 2025-06-08 16:36:13 +00:00
Merge pull request #148 from owncloud/update_path_to_user_info_entry_point
Update entry point to get user info
This commit is contained in:
commit
769116a7d1
@ -48,7 +48,7 @@ public class GetRemoteUserInfoOperation extends RemoteOperation {
|
|||||||
private static final String TAG = GetRemoteUserInfoOperation.class.getSimpleName();
|
private static final String TAG = GetRemoteUserInfoOperation.class.getSimpleName();
|
||||||
|
|
||||||
// OCS Route
|
// OCS Route
|
||||||
private static final String OCS_ROUTE = "/index.php/ocs/cloud/user?format=json";
|
private static final String OCS_ROUTE = "/ocs/v1.php/cloud/user?format=json";
|
||||||
|
|
||||||
// JSON Node names
|
// JSON Node names
|
||||||
private static final String NODE_OCS = "ocs";
|
private static final String NODE_OCS = "ocs";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user