![]() | Up one level | |
![]() | amf/ | |
![]() | rest/ | |
![]() | soap/ | |
![]() | tests/ | |
![]() | xmlrpc/ | |
![]() | externallib.php [source] [318 lines] | external API for mobile web services |
![]() | lib.php [source] [1794 lines] | Web services utility functions and classes |
![]() | pluginfile.php [source] [57 lines] | A script to serve files from web service client |
![]() | renderer.php [source] [837 lines] | |
![]() | upload.php [source] [194 lines] | Accept uploading files by web service token POST params: token => the web service user token (needed for authentication) filepath => the private file aera path (where files will be stored) [_FILES] => for example you can send the files with , or with curl magic: 'file_1' => '@/path/to/file', or ... filearea => 'private' or 'draft' (default = 'private'). These are the only 2 areas we are allowing direct uploads via webservices. The private file area is deprecated - please don't use it. itemid => For draft areas this is the draftid - this can be used to add a list of files to a draft area in separate requests. If it is 0, a new draftid will be generated. For private files, this is ignored. |
![]() | wsdoc.php [source] [93 lines] | Web services auto-generated documentation |