Onionr/src/httpapi
Kevin F 8bd4a4c524 Fixed stemout blocking and performance issues 2022-07-28 16:10:36 -05:00
..
addblock Fixed stemout blocking and performance issues 2022-07-28 16:10:36 -05:00
apiutils Gossip client tests, fixed delayed threads 2022-05-09 12:38:03 -05:00
configapi Fix license docstring boilerplate spacing 2022-03-17 19:56:31 -05:00
fileoffsetreader added file reader offset 2020-10-17 07:51:28 +00:00
friendsapi Fix license docstring boilerplate spacing 2022-03-17 19:56:31 -05:00
miscclientapi Work on gossip tests and cleaned up api server some 2022-05-01 00:45:26 -05:00
security Work on gossip tests and cleaned up api server some 2022-05-01 00:45:26 -05:00
sse Fix license docstring boilerplate spacing 2022-03-17 19:56:31 -05:00
themeapi Fix license docstring boilerplate spacing 2022-03-17 19:56:31 -05:00
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py Added example plugin that tests block insertion 2022-05-01 16:06:32 -05:00
fdsafehandler.py Formatting improvements in httpapis 2020-08-26 08:25:43 +00:00
httpheaders.py - Removed direct connections (will be a different project in the future) 2020-11-21 05:31:19 +00: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