Commit 357f96fa93ad3863b49f7fe22aff0142e7540891
Document the new routes
Anders Rune Jensen committed on 4/18/2017, 7:09:12 PMParent: 5544d14b7f0ac44755ee8975c5e544c94aab285f
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -37,8 +37,11 @@ | ||
37 | 37 … | |
38 | 38 … | - `/%msgid`: web page showing a message thread |
39 | 39 … | - `/%msgid.js`: script to embed a message thread |
40 | 40 … | - `/%msgid.json`: message thread as JSON |
41 … | +- `/&feedid`: web page showing a complete feed | |
42 … | +- `/user-feed/&feedid`: web page showing messages from followed users and channels of a feed | |
43 … | +- `/channel/#channel`: web page showing messages in a specific channel | |
41 | 44 … | |
42 | 45 … | ### Query options |
43 | 46 … | |
44 | 47 … | - `noroot`: don't include the root message in the thread |
Built with git-ssb-web