Onionr/src/httpapi
Kevin Froman 7c7e5de091 do not allow restart on windows 2020-02-06 00:54:49 -06:00
..
apiutils finish up removing daemon queue, migrate shutdown to event system 2020-01-06 18:25:51 -06:00
configapi added new daemon events work 2019-12-30 18:57:14 -06:00
daemoneventsapi switched to upload event api 2020-01-04 06:13:10 -06:00
directconnections renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
friendsapi renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
miscclientapi do not allow restart on windows 2020-02-06 00:54:49 -06:00
miscpublicapi raise exceptions instead of false return in blockimporter 2020-01-19 21:10:51 -06:00
onionrsitesapi added site lister 2020-02-05 01:49:24 -06:00
profilesapi renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
security reenable client security (OOPS) 2020-01-29 13:45:31 -06:00
sse supress gevent error from sses 2020-01-27 23:52:35 -06:00
themeapi renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py onboarding work 2019-12-03 00:00:15 -06:00
fdsafehandler.py renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
insertblock.py renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00

README.md

httpapi

The httpapi contains collections of endpoints for the client and public API servers.

Files:

configapi: manage onionr configuration from the client http api

friendsapi: add, remove and list friends from the client http api

miscpublicapi: misculanious onionr network interaction from the public httpapi, such as announcements, block fetching and uploading.

profilesapi: work in progress in returning a profile page for an Onionr user