API::Imports - RIEI/WiFiDB GitHub Wiki
User Documentation
URL: /api/import.php
Parameters:
- POST or GET (string) hash : MD5sum of the file contents to be imported.
- POST or GET (string) title : Title of the import.
- POST or GET (string) otherusers : Other users that helped with the file creation.
- POST or GET (string) notes : Any notes that are needed for the import.
- POST (string) file : File to be uploaded and then imported.
- POST or GET (string) func : check_hash (used by the Vistumbler Auto-importer to check if a file has already been imported.) Not defined on import of file.
- POST or GET (string) output: Supported are json, xml, or raw. Default is json. (See api::dev::Output for more info)
Description
Schedule import of Access Points into WiFiDB.
Developer Documentation
###File path: /api/import.php
Description
...
Classes used
- dbcore