Files
nntpchan/doc/api.md
Jeff Becker b3da008694 add api docs
2016-01-23 11:06:10 -05:00

12 lines
288 B
Markdown

# nntpchan jsonrpc 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`