Files
bruno/packages/bruno-toml/tests/methods/get/request.toml

11 lines
132 B
TOML

tags = [ 'foo', 'bar' ]
[meta]
name = 'Get users'
type = 'http'
seq = 1
[http]
method = 'GET'
url = 'https://reqres.in/api/users'