name-generator/bruno/NameGen/index.bru

20 lines
269 B
Plaintext
Raw Normal View History

2024-12-29 21:12:39 +01:00
meta {
name: index
type: http
seq: 2
}
get {
url: 127.0.0.1:8080
body: json
auth: none
}
body:json {
{
"qty": 50,
"gender": "f",
"dictionaries": ["prenom", "patronyme", "virgule", "article", "commun", "adjectif", "ppasse", "ppresent"]
}
}