fix + test api with resl client

This commit is contained in:
2025-02-06 15:10:51 +01:00
parent 2d172a3620
commit 861a0e58e5
20 changed files with 376 additions and 254 deletions

16
Test_API_wallet.http Normal file
View File

@@ -0,0 +1,16 @@
POST http://{{host}}:8000/get/ HTTP/1.1
Content-Type: application/json
{
"master_password": "pipperepettenuse",
"site": "enertec_ase_site51"
}
####
POST http://{{host}}:8000/list/ HTTP/1.1
Content-Type: application/json
{
"master_password": "pipperepettenuse"
}