Up one level | ||
classes/ | ||
rest/ | ||
soap/ | ||
tests/ | ||
xmlrpc/ | ||
draftfile.php [source] [53 lines] | Entry point for web service via tokens access to draftfile.php. | |
externallib.php [source] [289 lines] | external API for mobile web services | |
lib.php [source] [1844 lines] | Web services utility functions and classes | |
pluginfile.php [source] [63 lines] | A script to serve files from web service client | |
recaptcha.php [source] [89 lines] | A script to display a ReCaptcha for the site. | |
renderer.php [source] [828 lines] | ||
upload.php [source] [164 lines] | Accept uploading files by web service token to the user draft file area. POST params: token => the web service user token (needed for authentication) filepath => file 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 ... itemid => 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. | |
wsdoc.php [source] [91 lines] | Web services auto-generated documentation |