2019-06-12 20:12:56 +00:00
|
|
|
# httpapi
|
|
|
|
|
2019-06-13 16:24:34 +00:00
|
|
|
The httpapi contains collections of endpoints for the client and public API servers.
|
2019-06-12 20:12:56 +00:00
|
|
|
|
|
|
|
## 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
|