summaryrefslogtreecommitdiffstats
path: root/contrib/bruno
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-12 16:46:32 +0200
committerrtkay123 <dev@kanjala.com>2025-07-12 16:46:32 +0200
commita56b12621d9f8c34017995a518e61ef7ee2b0f64 (patch)
tree0a2ea448bffe44ad7724091dfd276b10ca671908 /contrib/bruno
parent93ce338cba3e4488fc36ea9159167884d6cd9eb9 (diff)
downloadsellershut-a56b12621d9f8c34017995a518e61ef7ee2b0f64.tar.bz2
sellershut-a56b12621d9f8c34017995a518e61ef7ee2b0f64.zip
feat: get user
Diffstat (limited to 'contrib/bruno')
-rw-r--r--contrib/bruno/users/folder.bru8
-rw-r--r--contrib/bruno/users/get_user.bru11
2 files changed, 19 insertions, 0 deletions
diff --git a/contrib/bruno/users/folder.bru b/contrib/bruno/users/folder.bru
new file mode 100644
index 0000000..3659248
--- /dev/null
+++ b/contrib/bruno/users/folder.bru
@@ -0,0 +1,8 @@
+meta {
+ name: users
+ seq: 2
+}
+
+auth {
+ mode: inherit
+}
diff --git a/contrib/bruno/users/get_user.bru b/contrib/bruno/users/get_user.bru
new file mode 100644
index 0000000..3981d48
--- /dev/null
+++ b/contrib/bruno/users/get_user.bru
@@ -0,0 +1,11 @@
+meta {
+ name: get_user
+ type: http
+ seq: 1
+}
+
+get {
+ url: http://localhost:3000/users/sellershut
+ body: none
+ auth: inherit
+}