Onionr/onionr/httpapi
Kevin Froman bcc475dc61 refactor downloadblocks, removed old main.js, correct replay protection check 2019-07-03 21:28:16 -05:00
..
apiutils refactored api servers, especially the public server. Client server to recieve similar refactoring soon 2019-07-02 01:32:26 -05:00
configapi corrected permissions again 2019-06-16 13:20:54 -05:00
friendsapi * bumped nacl and unpaddedbase32 verison 2019-06-19 01:57:13 -05:00
miscclientapi undo replace mistake 2019-07-02 19:35:59 -05:00
miscpublicapi refactor downloadblocks, removed old main.js, correct replay protection check 2019-07-03 21:28:16 -05:00
onionrsitesapi incomplete work on refactoring client api endpoints 2019-07-01 15:38:55 -05:00
profilesapi corrected permissions again 2019-06-16 13:20:54 -05:00
security refactored api servers, especially the public server. Client server to recieve similar refactoring soon 2019-07-02 01:32:26 -05:00
README.md corrected permissions again 2019-06-16 13:20:54 -05:00
__init__.py added boilerplates 2019-06-26 15:13:36 -05:00
fdsafehandler.py refactored api servers, especially the public server. Client server to recieve similar refactoring soon 2019-07-02 01:32:26 -05:00
insertblock.py * fixed fd handler probably 2019-06-29 15:17:48 -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