summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-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
+}