Module src.apiservers
Flask WSGI apps for the public and private API servers.
Public is net-facing server meant for other nodes Private is meant for controlling and accessing this node
Expand source code
"""Flask WSGI apps for the public and private API servers.
Public is net-facing server meant for other nodes
Private is meant for controlling and accessing this node
"""
from . import public, private
PublicAPI = public.PublicAPI
ClientAPI = private.PrivateAPISub-modules
- src.apiservers.private
- 
Onionr - Private P2P Communication … 
- src.apiservers.public
- 
Onionr - Private P2P Communication …