BROWSER
API-SVC
TODO-SVC
client.py
cache.py
YOU ARE HERE
GET /list/1234
X-User: foo
GET /list/1234/collaborators/foo
X-User: foo, X-Role: friend
200 OK {"role": "friend"}
200 OK {"list_id": 1234,"name": "Groceries", "collaborators": [...], "entries": [...]}
200 OK {"list_id": 1234,
"name": "Groceries", "collaborators": [...], "entries": [...]}
QUERY
GET ...
200 OK ...
ETag: deadbeef
STORE
deadbeef ...
deadbeef
...
STORE deadbeef
If-None-Match: deadbeef
304 Not Modified
FETCH deadbeef
FETCH
By Michał Lowas-Rzechonek