mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-29 03:13:45 +01:00
9 lines
107 B
TOML
9 lines
107 B
TOML
[meta]
|
|
name = 'Get users'
|
|
type = 'http'
|
|
seq = 1
|
|
|
|
[http]
|
|
method = 'GET'
|
|
url = 'https://reqres.in/api/users'
|