name-generator/bruno/NameGen/index.bru

19 lines
309 B
Plaintext
Raw Normal View History

2024-12-29 21:12:39 +01:00
meta {
name: index
type: http
seq: 2
}
get {
2024-12-30 16:10:56 +01:00
url: 127.0.0.1:8080?sequence=prenom patronyme virgule article commun adjectif ppresent ppasse&qty=5
2024-12-29 21:12:39 +01:00
body: json
auth: none
}
2024-12-29 23:59:49 +01:00
params:query {
2024-12-30 16:10:56 +01:00
sequence: prenom patronyme virgule article commun adjectif ppresent ppasse
qty: 5
~gender: f
~sep: _
2024-12-29 21:12:39 +01:00
}