Added API Tests
This commit is contained in:
23
API Tests/BGApp/User/Create.yml
Normal file
23
API Tests/BGApp/User/Create.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
info:
|
||||
name: Create
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: http://localhost:3000/api/user
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"email": "Test User",
|
||||
"password": "Test123",
|
||||
"playerId": "enRe"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user