Module contents
initialize the jsonrpc API
starts the api on /api, enables the web browsable api if “enable_web_api” is set to true in config
-
class
bitween.components.web.Web(api_host='localhost', api_port=8080)[source]
Bases: threading.Thread
web thread
starts the gui and the jsonrpc api
-
run()[source]
start the thread
triggered by .start()