We should strictly separate these files. Remote.php is for services like *dav, ampache. -> ownCloud <-> Client communication
api.php is also for ownCloud to ownCloud communication. -> ownCloud <->Client communication -> ownCloud <-> ownCloud communication Cheers, Georg Am 26.06.2012 um 22:15 schrieb Bart Visscher: > On Tue, Jun 26, 2012 at 04:17:37PM +0100, Tom Needham wrote: >>> Our options are to create a REST API as part of remote.php (or a different >>> location such as api.php) that can handle authentication of users or extend >>> the Open Collaboration Services (OCS) API written by Frank. I'm thinking >>> that >>> we shouldn't go through OCS in order to avoid confusion about what the API >>> actually is. >> Yes I'd say api.php would be most logical and least confusing. > > What is confusing about remote.php/api > > Bart _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
