Up one level | ||
classes/ | ||
rest/ | ||
soap/ | ||
tests/ | ||
draftfile.php [source] [53 lines] | Entry point for web service via tokens access to draftfile.php. | |
externallib.php [source] [287 lines] | ||
lib.php [source] [1827 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] [842 lines] | ||
upload.php [source] [181 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] [92 lines] | Web services auto-generated documentation |