mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-02 02:49:48 +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'
|