blob: b05e7d673b3f3e2534e687db381a82413df7da83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
Source: pixelated-user-agent
Maintainer: Pixelated Team <pixelated-team@thoughtworks.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3), ruby-compass, nodejs, nodejs-legacy, build-essential, libffi-dev, python-dev, pixpybuild
Standards-Version: 3.9.1
Homepage: http://pixelated-project.org
Vcs-Git: https://github.com/pixelated-project/pixelated-user-agent.git
Vcs-Browser: https://github.com/pixelated-project/pixelated-user-agent
X-Python-Version: >= 2.7
Package: pixelated-user-agent
Architecture: all
Depends: python (>= 2.7), python (<< 2.8), libffi5, python-gnupg
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
|