Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
2f022784a5 | |||
|
cf9a5c6dbe |
6 changed files with 0 additions and 64 deletions
|
@ -1,20 +0,0 @@
|
|||
POST http://localhost:8080/blackjack/start
|
||||
Authorization: Bearer {{token}}
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"betAmount": 1.01
|
||||
}
|
||||
|
||||
###
|
||||
POST http://localhost:8080/blackjack/54/hit
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
###
|
||||
POST http://localhost:8080/blackjack/202/stand
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
###
|
||||
GET http://localhost:8080/blackjack/202
|
||||
Authorization: Bearer {{token}}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
POST http://localhost:9090/realms/LF12/protocol/openid-connect/token
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
grant_type=password&client_id=lf12&username=lf12_test_user&password=secret&scope=openid
|
||||
|
||||
> {% client.global.set("token", response.body.access_token); %}
|
|
@ -1 +0,0 @@
|
|||
GET localhost:8080/health
|
|
@ -1,9 +0,0 @@
|
|||
GET http://localhost:8080/lootboxes
|
||||
Authorization: Bearer {{token}}
|
||||
Content-Type: application/json
|
||||
|
||||
###
|
||||
|
||||
POST http://localhost:8080/lootboxes/2
|
||||
Authorization: Bearer {{token}}
|
||||
Content-Type: application/json
|
|
@ -1,27 +0,0 @@
|
|||
### Get User by ID
|
||||
GET http://localhost:8080/user/52cc0208-a3bd-4367-94c5-0404b016a003
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
### Get current user with token
|
||||
GET http://localhost:8080/user
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
### Create User
|
||||
POST http://localhost:8080/user
|
||||
Content-Type: application/json
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
{
|
||||
"authentikId": "52cc0208-a3bd-4367-94c5-0404b016a003",
|
||||
"username": "john.doe"
|
||||
}
|
||||
|
||||
### Deposit
|
||||
POST http://localhost:8080/deposit/checkout
|
||||
Content-Type: application/json
|
||||
Origin: http://localhost:8080
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
{
|
||||
"amount": 60.12
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
POST localhost:8080/webhook
|
Loading…
Add table
Add a link
Reference in a new issue