Added API Tests

This commit is contained in:
jd
2026-02-21 00:34:50 +00:00
parent 335f1821cd
commit f81220f837
24 changed files with 450 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
info:
name: Create
type: http
seq: 5
http:
method: POST
url: http://localhost:3000/api/invite
body:
type: json
data: |-
{
"email": "james+test2@dardry.com",
"playerId": "boja"
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5