Easier query, args
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user