Onionr/onionr/apiservers
Kevin Froman 76356d5e3f added some more readmes 2019-08-07 17:46:57 -05:00
..
private added some more readmes 2019-08-07 17:46:57 -05:00
public progress removing onionr.py 2019-08-05 00:25:27 -05:00
README.md added some more readmes 2019-08-07 17:46:57 -05:00
__init__.py refactored api servers into module 2019-07-12 02:07:30 -05:00

README.md

API Servers

Contains the WSGI servers Onionr uses for remote peer communication and local daemon control

Files

  • __init__.py: Exposes the server classes
  • private: Contains the client API (the server used to interact with the local Onionr daemon, and view the web UI)
  • public: Contains the public API (the server used by remote peers to talk to our daemon)