Module dakwebserver
source code
Main script to run the dakweb server and also to provide the
list_paths and path_help functions
Contact:
Debian FTPMaster <ftpmaster@debian.org>
Copyright:
2014 Mark Hymers <mhy@debian.org>
License:
GNU General Public License version 2 or later
Imports:
json,
bottle,
redirect,
DBConn,
QueryRegister,
archive,
binary,
madison,
source,
suite
Returns a useless welcome message
- Decorators:
|
Returns a list of available paths
- Decorators:
@bottle.route("/list_paths")
|
Redirects to the API description containing the path_help
- Decorators:
@bottle.route("/path_help/")
|