Updates bruno requests
This commit is contained in:
parent
7008c1c84b
commit
34f7d99639
3 changed files with 17 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ meta {
|
||||||
}
|
}
|
||||||
|
|
||||||
get {
|
get {
|
||||||
url: {{base_url}}/status
|
url: {{base_url}}/
|
||||||
body: none
|
body: none
|
||||||
auth: none
|
auth: none
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
vars {
|
vars {
|
||||||
base_url: http://localhost:42069
|
base_url: http://127.0.0.1:42069
|
||||||
}
|
}
|
||||||
|
|
|
||||||
15
bruno/users/Get all users.bru
Normal file
15
bruno/users/Get all users.bru
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
meta {
|
||||||
|
name: Get all users
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{base_url}}/api/v1/users
|
||||||
|
body: none
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
|
|
||||||
|
headers {
|
||||||
|
x-api-key: willbechanged
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue