Easier query, args

This commit is contained in:
2024-12-29 23:59:49 +01:00
parent fd9b7d0370
commit e6112df427
4 changed files with 78 additions and 20 deletions
+4 -7
View File
@@ -5,15 +5,12 @@ meta {
}
get {
url: 127.0.0.1:8080
url: 127.0.0.1:8080?gender=f&dictionaries=prenom patronyme article commun adjectif
body: json
auth: none
}
body:json {
{
"qty": 50,
"gender": "f",
"dictionaries": ["prenom", "patronyme", "virgule", "article", "commun", "adjectif", "ppasse", "ppresent"]
}
params:query {
gender: f
dictionaries: prenom patronyme article commun adjectif
}