mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
34957b857a
group creation acknowledge not implemented yet usage: $ curl --data "{\"group_id\":\"<group_id>\",\"subject\":\"just a test\",\"message\":\"test message\"}" http://<host:port>/api/v2/channels/create_post parameter object: { group_id: required string, subject: required string, message: required string, thumbnail_base64_png: optional string, files: optional array of { name: required string, hash: required string, size: required number } } |
||
---|---|---|
.. | ||
api | ||
util | ||
webfiles | ||
webui | ||
webui-src | ||
libresapi.pro | ||
README.md |
libresapi: resource_api and new webinterface
- ./api contains a C++ backend to control retroshare from webinterfaces or scripting
- ./webfiles contains compiled files for the webinterface
- ./webui contains HTML/CSS/JavaScript source files for the webinterface (OLD)
- ./webui-src contains HTML/CSS/JavaScript source files for the webinterface (NEW, webinterface made with mithril.js)
Quickinfo for builders and packagers
- copy the files in ./webfiles to
- ./webui (Windows)
- /usr/share/RetroShare06/webui (Linux)
- other OS: see RsAccountsDetail::PathDataDirectory()