Onionr/src/httpapi
Kevin Froman 7fba65c459 work on torgossip 2021-02-21 23:22:18 +00:00
..
apiutils renamed old block api due to namespace conflict 2021-01-21 20:23:58 +00:00
configapi import jsondecodeerror seperately since its not in ujson 2020-04-03 04:33:30 -05:00
daemoneventsapi switched to upload event api 2020-01-04 06:13:10 -06:00
fileoffsetreader added file reader offset 2020-10-17 07:51:28 +00:00
friendsapi Friends API now shows redirect error message when ref header not set instead of request failing 2020-08-08 15:39:24 -05:00
miscclientapi renamed old block api due to namespace conflict 2021-01-21 20:23:58 +00:00
miscpublicapi renamed old block api due to namespace conflict 2021-01-21 20:23:58 +00:00
onionrsitesapi renamed old block api due to namespace conflict 2021-01-21 20:23:58 +00:00
security dont check hostname if not bound to loopback in client api security 2021-01-23 04:00:03 +00:00
serializedapi work on torgossip 2021-02-21 23:22:18 +00:00
sse renamed old block api due to namespace conflict 2021-01-21 20:23:58 +00:00
themeapi renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
wrappedfunctions work on torgossip 2021-02-21 23:22:18 +00:00
README.md renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
__init__.py work on torgossip 2021-02-21 23:22:18 +00: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
insertblock.py renamed old block api due to namespace conflict 2021-01-21 20:23:58 +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