]> source.dussan.org Git - nextcloud-server.git/commit
New OCS route:
authorThomas Müller <thomas.mueller@tmit.eu>
Mon, 21 Oct 2013 18:06:11 +0000 (20:06 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 21 Oct 2013 18:14:18 +0000 (20:14 +0200)
commit66a2f3b0b9b0e1218f38a501095b9e5a9a1b1e9b
treee7ab413e53f8db838b569d8410737174620037da
parenta376407da3dcac86f5a2ab41f23545ff6c4b21d9
New OCS route:
 /ocs/cloud/user
Response:
 <?xml version="1.0"?>
 <ocs>
  <meta>
   <status>ok</status>
   <statuscode>100</statuscode>
   <message/>
  </meta>
  <data>
   <id>thomas</id>
   <display-name>DeepDiver</display-name>
   <email>no-response@domain.tld</email>
  </data>
 </ocs>
lib/private/ocs/cloud.php
ocs/routes.php