Added libs
This commit is contained in:
24
noSys/api.http
Normal file
24
noSys/api.http
Normal file
@@ -0,0 +1,24 @@
|
||||
@hostname = http://127.0.0.1
|
||||
@port = 5001
|
||||
@hostServer = {{hostname}}:{{port}}
|
||||
|
||||
###
|
||||
POST {{hostServer}}/users HTTP/1.1
|
||||
content-type: application/json
|
||||
|
||||
{"password":"MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTIzNDU2Nzg5MTI=", "data":{"proof_of_work":"eYnU*@"}}
|
||||
###{"password":"I0x1Y2FzR2FicmllbFZhekRvc1NhbnRvc0luYWNpbyE=", "data":{"proof_of_work":"eYnU*@"}}
|
||||
### A4DZSk+TlR+4w39MbiIAQbti+N0H1QlJEhRH2DI6Iubj
|
||||
|
||||
|
||||
###
|
||||
GET {{hostServer}}/users
|
||||
|
||||
###
|
||||
GET {{hostServer}}/users/A14%2FRek5z78U1rYC%2BWLvU%2FifnsX43o0tjnexmYdlXsjY
|
||||
|
||||
###
|
||||
POST {{hostServer}}/users/A14%2FRek5z78U1rYC%2BWLvU%2FifnsX43o0tjnexmYdlXsjY/sign HTTP/1.1
|
||||
content-type: application/json
|
||||
|
||||
{"data":"Test"}
|
||||
Reference in New Issue
Block a user