1
0

feat: add very basic bruno collection

This commit is contained in:
kolaente
2023-10-10 21:04:57 +02:00
parent 250043dd75
commit 7eb59f577c
11 changed files with 48 additions and 441 deletions

14
rest/user info.bru Normal file
View File

@ -0,0 +1,14 @@
meta {
name: user info
type: http
seq: 2
}
get {
url: {{host}}/api/v1/user
body: none
}
headers {
Authorization: Bearer {{token}}
}