feat: added initial hurl tests

This commit is contained in:
David Allen 2025-08-24 20:42:27 -06:00
parent eb126d5350
commit 134a0dcac0
Signed by: towk
GPG key ID: 0430CDBE22619155
5 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# download single file
GET http://localhost:5050/downloads
# download directory as archive
GET
# download single file using plugins
# download directory as archive using plugins

View file

@ -0,0 +1,8 @@
# upload a single new file
POST http://localhost:5050/upload
# upload a new directory
# upload a new plugin
# upload a new profile

View file

@ -0,0 +1,2 @@
GET http://localhost:5050/list
GET http://localhost:5050/status

View file

@ -0,0 +1,6 @@
GET http://localhost:5050/profiles
GET http://localhost:5050/profiles/test
POST http://localhost:5050/profiles/test
GET http://localhost:5050/profiles/test/data
POST http://localhost:5050/profiles/test/data
DELETE http://localhost:5050/profiles/test/data

View file

@ -0,0 +1,6 @@
GET http://localhost:5050/plugins
GET http://localhost:5050/plugin/test
POST http://localhost:5050/plugins/test
DELETE http://localhost:5050/plugin/test