diff options
author | zotlabs <mike@macgirvin.com> | 2016-12-07 18:41:59 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-12-07 18:41:59 -0800 |
commit | c4d6189b55ee4f006013fb180bbf1c431094df72 (patch) | |
tree | 02af7043a7359c0f6c278b77a54f0ab2d0e37fc4 /doc/api_zot.md | |
parent | 07706b41f46a726257d8c86beb7ced664d3a7ab7 (diff) | |
download | volse-hubzilla-c4d6189b55ee4f006013fb180bbf1c431094df72.tar.gz volse-hubzilla-c4d6189b55ee4f006013fb180bbf1c431094df72.tar.bz2 volse-hubzilla-c4d6189b55ee4f006013fb180bbf1c431094df72.zip |
api_albums
Diffstat (limited to 'doc/api_zot.md')
-rw-r--r-- | doc/api_zot.md | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/api_zot.md b/doc/api_zot.md index 032b4e1c1..6da8cddbe 100644 --- a/doc/api_zot.md +++ b/doc/api_zot.md @@ -3,82 +3,82 @@ Zot API -api/z/1.0/channel/export/basic +channel/export/basic Export channel data -api/z/1.0/channel/stream +channel/stream Fetch channel conversation items -api/z/1.0/network/stream +network/stream Fetch network conversation items -[api/z/1.0/files](help/api/api_files) +[files](help/api/api_files) List file storage -api/z/1.0/filemeta +filemeta Export file metadata for any uploaded file -[api/z/1.0/filedata](help/api/api_filedata) +[filedata](help/api/api_filedata) Fetch file contents or partial contents for any uploaded file -api/z/1.0/file/export +file/export -api/z/1.0/file +file -api/z/1.0/albums +[albums](help/api/api_albums) List photo albums -api/z/1.0/photos +photos list photo metadata -api/z/1.0/photo +photo -[api/z/1.0/group](help/api/group) +[group](help/api/group) List privacy groups -[api/z/1.0/group_members](help/api/group_members) +[group_members](help/api/group_members) List members of a privacy group -[api/z/1.0/xchan](help/api/api_xchan) +[xchan](help/api/api_xchan) Global extended channel (identity) information -[api/z/1.0/item/update](help/api/api_item_update) +[item/update](help/api/api_item_update) Create or update an item (post, activity, webpage, etc.) -api/z/1.0/item/full +item/full Get all data associated with an item -api/z/1.0/abook +abook Connections -api/z/1.0/abconfig +abconfig Connection metadata (such as permissions) -api/z/1.0/perm_allowed +perm_allowed Check a permission for a given xchan |