Archived
1
0

Update and rename doc/api.md to doc/developer/api.md

This commit is contained in:
Tristan B. Kildaire
2016-06-05 11:33:06 +02:00
parent c4f8fd118d
commit 316729774a

12
doc/developer/api.md Normal file
View File

@@ -0,0 +1,12 @@
NNTPChan JSON-RPC API
=====================
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`