summary refs log tree commit diff
path: root/test.http
diff options
context:
space:
mode:
Diffstat (limited to 'test.http')
-rw-r--r--test.http59
1 files changed, 59 insertions, 0 deletions
diff --git a/test.http b/test.http
new file mode 100644

index 0000000..66dfa1e --- /dev/null +++ b/test.http
@@ -0,0 +1,59 @@ +@base + +GET /budget/:id/add HTTP/1.1 + +### +GET /admin/users HTTP/1.1 + +### +GET /admin/user/:id HTTP/1.1 + +### +DELETE /admin/user/:id HTTP/1.1 + +### +GET /alarm/:id HTTP/1.1 + +### +DELETE /alarm/:id HTTP/1.1 + +### +GET /alarms HTTP/1.1 + +### +GET /alarm/@me HTTP/1.1 + +### +PUT /alarm/@me HTTP/1.1 + +### +DELETE /alarm/@me HTTP/1.1 + +### +DELETE /auth/delete HTTP/1.1 + +### +GET /budget/:id HTTP/1.1 + +### +GET /budget/@me HTTP/1.1 + +### +GET /auth/devices HTTP/1.1 + +### +GET / HTTP/1.1 + +### +POST /auth/login HTTP/1.1 + +### +POST /auth/logout HTTP/1.1 + +### +POST /auth/register HTTP/1.1 + +### +GET /status HTTP/1.1 + +###