summaryrefslogtreecommitdiff
path: root/service/README.md
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-08-01 13:47:28 -0300
committerDuda Dornelles <ddornell@thoughtworks.com>2014-08-01 13:47:28 -0300
commitdbbbdc638d140b6b861a4ec386aaabf6bc7e1bdd (patch)
treea115c5e8bff3c1f5026aee28ecd4bbbe5ce75d25 /service/README.md
parent0666ea46470a10334178a355a3895423f9906908 (diff)
Pixelated user agent REST api without implementation
Diffstat (limited to 'service/README.md')
-rw-r--r--service/README.md37
1 files changed, 0 insertions, 37 deletions
diff --git a/service/README.md b/service/README.md
deleted file mode 100644
index 971b1494..00000000
--- a/service/README.md
+++ /dev/null
@@ -1,37 +0,0 @@
-Pixelated User Agent Service
-============================
-
-This is the service for the Pixelated User Agent. The primary purpose of this is to integrate well with the Pixelated Provider and provide all the capabilities necessary for the UI to work well.
-
-The aim is to support these resources/endpoints:
-
-```
-GET /mails
-DELETE /mails
-POST /mails
-PUT /mails
-POST /mails/read
-
-GET /mail/:id
-DELETE /mail/:id
-POST /mail/:id/star
-POST /mail/:id/unstar
-POST /mail/:id/replied
-POST /mail/:id/unreplied
-POST /mail/:id/read
-POST /mail/:id/unread
-GET /mail/:id/tags
-POST /mail/:id/tags
-
-GET /draft_reply_for/:id
-
-GET /contacts
-GET /contact/:id
-
-GET /stats
-
-GET /tags
-POST /tags
-```
-
-The implementation of the User Agent Service will be in Python, in order to better work together with LEAP. Another goal of the User Agent Service will be to run well on all major client platforms. Finally, there will be a lot of support for search and indexing, and also for encryption and signing. However, we want to push most of these features back to LEAP so that Bitmask can leverage them as well.