<div dir="ltr">Hi,<br><br>I believe that there is -or will soon be- a great demand for a
 complete REST API that will allow developers to integrate core ownCloud
 functionality (like creating and sharing folders, uploading and 
deleting documents, registering a user or updating her details etc.) 
into their apps.<br>Right now, there is an external OCS API which one 
can use to register his routes and expose some data from his app. 
However this requires writing an ownCloud app and doesn’t exist as an 
autonomous set of REST calls offered by ownCloud core.<br>The only 
attempt on this direction is the OCS Share Api which gives access to 
file/folder sharing functionality from an external application. If 
someone wants to perform other types of operations on files & 
folders he will have to use webDav.<br><br>First of all, am I missing something? Is the one I describe more or less the current situation?<br>If yes, in my opinion, there is a great need for at least the following REST calls:<br>
<br>- Create a user/group<br>- Update user details<br>- Insert/Delete/List user(s) from group(s)<br>- Delete a user/group<br>- Check if user/group exists (this route already exists for users)<br>- List all users/groups<br>
- Get user/group information<br>- List folders<br>- List files inside a folder<br>- Create a folder<br>- Upload a file inside a folder<br>- Delete a folder or a file<br>- Move a folder or a file<br>- Copy a folder or a file<br>
- Get shares of user/Get shares of a file or folder/Get info/Create/Update/Delete a share (already exists: <a class="" href="http://doc.owncloud.org/server/5.0/developer_manual/core/ocs-share-api.html">http://doc.owncloud.org/server/5.0/deve ... e-api.html</a> - I believe “get all shares” method should change to get user login credentials as input)<br>
- Get version information of a file<br>- Restore an older version of a file[/list][/list][/list]<br><br>These
 are some calls I can think of off the top of my head. Is anyone working
 on this functionality? Are there any pitfalls/problems that wouldn’t 
allow someone to create those methods? <br>If anyone has more ideas please contribute them here.<br><br>Thanx!</div>