Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/doc/developer/api.md

13 lines
309 B
Markdown
Raw Normal View History

NNTPChan JSON-RPC API
=====================
2016-01-23 21:06:10 +05:00
To enable set the following in `srnd.ini` section `frontend`
[frontend]
...
json-api = 1
json-api-username = something-really-long
json-api-password = somethine-different-but-also-very-long
see the example tool at `contrib/tools/api/post.js`