diff options
Diffstat (limited to 'doc/api_zot.md')
-rw-r--r-- | doc/api_zot.md | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/doc/api_zot.md b/doc/api_zot.md new file mode 100644 index 000000000..6da8cddbe --- /dev/null +++ b/doc/api_zot.md @@ -0,0 +1,84 @@ +Zot API +======= + + + +channel/export/basic + + Export channel data + + + +channel/stream + + Fetch channel conversation items + +network/stream + + Fetch network conversation items + + +[files](help/api/api_files) + + List file storage + +filemeta + + Export file metadata for any uploaded file + + +[filedata](help/api/api_filedata) + + Fetch file contents or partial contents for any uploaded file + + +file/export + +file + +[albums](help/api/api_albums) + + List photo albums + + +photos + + list photo metadata + + +photo + + +[group](help/api/group) + + List privacy groups + +[group_members](help/api/group_members) + + List members of a privacy group + + +[xchan](help/api/api_xchan) + + Global extended channel (identity) information + +[item/update](help/api/api_item_update) + + Create or update an item (post, activity, webpage, etc.) + + +item/full + + Get all data associated with an item + +abook + + Connections + +abconfig + + Connection metadata (such as permissions) + +perm_allowed + + Check a permission for a given xchan |