First commit

This commit is contained in:
2024-12-29 21:12:39 +01:00
commit 30531311bb
22 changed files with 227544 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"version": "1",
"name": "NameGen",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}
+19
View File
@@ -0,0 +1,19 @@
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"]
}
}