Onionr/src/httpapi
Kevin 9fc741106a made localcommand pep8 compliant 2020-07-17 13:49:18 -05:00
..
apiutils make config use ujson 2020-04-03 04:13:50 -05: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
directconnections fixed nasty bug where tor circuits was causing gevent to leak threads 2020-03-20 03:50:48 -05:00
friendsapi make config use ujson 2020-04-03 04:13:50 -05:00
miscclientapi Only hide blocks uploaded to us if we have outgoing peers (don't send to upload event handler) 2020-06-30 18:34:13 -05:00
miscpublicapi made localcommand pep8 compliant 2020-07-17 13:49:18 -05:00
onionrsitesapi update runtime test result 2020-06-13 18:18:24 -05:00
profilesapi renamed onionr dir and bugfixes/linting progress 2019-11-21 02:23:58 -06:00
security share too_many to all requests (flask "g") handled by public security module 2020-06-30 17:17:22 -05:00
sse made particles more efficient, finished basic blocks feed 2020-06-21 02:27:55 -05: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 make config use ujson 2020-04-03 04:13:50 -05: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