]> git.frustrated-labs.net Git - larousseapi/commitdiff
docs: add bruno collection
authorAlexander Goussas <[email protected]>
Sat, 23 May 2026 00:10:26 +0000 (19:10 -0500)
committerAlexander Goussas <[email protected]>
Sat, 23 May 2026 00:10:26 +0000 (19:10 -0500)
collections/larousse API/.gitignore [new file with mode: 0644]
collections/larousse API/Translate a word.yml [new file with mode: 0644]
collections/larousse API/opencollection.yml [new file with mode: 0644]

diff --git a/collections/larousse API/.gitignore b/collections/larousse API/.gitignore
new file mode 100644 (file)
index 0000000..e19311f
--- /dev/null
@@ -0,0 +1,9 @@
+# Secrets
+.env*
+
+# Dependencies
+node_modules
+
+# OS files
+.DS_Store
+Thumbs.db
\ No newline at end of file
diff --git a/collections/larousse API/Translate a word.yml b/collections/larousse API/Translate a word.yml
new file mode 100644 (file)
index 0000000..a747ad7
--- /dev/null
@@ -0,0 +1,19 @@
+info:
+  name: Translate a word
+  type: http
+  seq: 1
+
+http:
+  method: GET
+  url: http://localhost:8080/translate?q=voiture
+  params:
+    - name: q
+      value: voiture
+      type: query
+  auth: inherit
+
+settings:
+  encodeUrl: true
+  timeout: 0
+  followRedirects: true
+  maxRedirects: 5
diff --git a/collections/larousse API/opencollection.yml b/collections/larousse API/opencollection.yml
new file mode 100644 (file)
index 0000000..5cfa09e
--- /dev/null
@@ -0,0 +1,10 @@
+opencollection: 1.0.0
+
+info:
+  name: larousse API
+bundled: false
+extensions:
+  bruno:
+    ignore:
+      - node_modules
+      - .git