summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/debian/changelog5
-rw-r--r--service/debian/control36
2 files changed, 0 insertions, 41 deletions
diff --git a/service/debian/changelog b/service/debian/changelog
deleted file mode 100644
index 529ea5be..00000000
--- a/service/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-pixelated-user-agent (0.1-1) unstable; urgency=low
-
- * source package automatically created by stdeb 0.8.2
-
- -- Thoughtworks <pixelated-team@thoughtworks.com> Mon, 08 Sep 2014 04:57:38 -0700
diff --git a/service/debian/control b/service/debian/control
deleted file mode 100644
index f7f36e2a..00000000
--- a/service/debian/control
+++ /dev/null
@@ -1,36 +0,0 @@
-Source: pixelated-user-agent
-Maintainer: Thoughtworks <pixelated-team@thoughtworks.com>
-Section: python
-Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3)
-Standards-Version: 3.9.1
-
-
-
-Package: python-pixelated-user-agent
-Architecture: all
-Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client,, leap-mail, gunicorn, python-srp, python-dirspec, python-u1db
-Description: API to serve the pixelated front-end requests
- 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
-
-
-