fix + test api with resl client
This commit is contained in:
16
Test_API_wallet.http
Normal file
16
Test_API_wallet.http
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user