generated from nathanwoodburn/python-webserver-template
feat: Initial concept code
All checks were successful
Build Docker / BuildImage (push) Successful in 54s
All checks were successful
Build Docker / BuildImage (push) Successful in 54s
This commit is contained in:
5
requests/buy.hurl
Normal file
5
requests/buy.hurl
Normal file
@@ -0,0 +1,5 @@
|
||||
POST http://127.0.0.1:5000/api/v1/delete
|
||||
{
|
||||
"domain":"woodburn43",
|
||||
"tx":"somelonghexstring"
|
||||
}
|
||||
5
requests/cancel.hurl
Normal file
5
requests/cancel.hurl
Normal file
@@ -0,0 +1,5 @@
|
||||
POST http://127.0.0.1:5000/api/v1/delete
|
||||
{
|
||||
"domain":"woodburn43",
|
||||
"signature":"zodqz5r8ibyGeoC9yZZJPmJXMFSGhno3M0lVSdZXblI1iBIIaVYzMsSaYrWiAaXZoh2FBnFv8fAI+m/U3BhiaA=="
|
||||
}
|
||||
7
requests/list.hurl
Normal file
7
requests/list.hurl
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:5000/api/v1/list
|
||||
{
|
||||
"domain":"woodburn43",
|
||||
"price":100.2,
|
||||
"description":"This is a test listing update",
|
||||
"tx":"somelonghexstring"
|
||||
}
|
||||
Reference in New Issue
Block a user