]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/api.txt
upload.c: stub function for accepting uploads
[citadel.git] / webcit-ng / api.txt
index 3182f4c20bcf8e4e3e3e415afa2b6794f3078395..97ae9c0d571158934d06be339b01f449546b87a5 100644 (file)
@@ -30,6 +30,8 @@ GET             /ctdl/r/ROOMNAME/slrp           Set the "Last Read Pointer" for
 GET             /ctdl/c/info                    Returns a JSON representation of the output of an INFO server command
 POST            /ctdl/a/login                   Send it a your credentials and it will log you in
 GET             /ctdl/a/whoami
+GET            /ctdl/a/biff                    Check for new mail
+POST           /ctdl/a/upload                  Handler for uploading attachments and other file items
 GET             /ctdl/u/USERNAME/userpic        Returns an image containing the photo/avatar of the specified user
 GET             /ctdl/s/                        Static content (html, css, js, images...)
 GET             /.well-known/                   Static content (RFC5785 compliant paths)