summaryrefslogtreecommitdiffstats
path: root/contrib/bruno
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-07-22 17:06:46 +0200
committerrtkay123 <dev@kanjala.com>2025-07-22 17:06:46 +0200
commit23eddb4593540f0103fab66cf1c6ef4748efb108 (patch)
treebb37e9414652491d2d55b9e879962c535e168482 /contrib/bruno
parente0c23477bd07c86522df6e972fbdb7a70d647431 (diff)
downloadsellershut-23eddb4593540f0103fab66cf1c6ef4748efb108.tar.bz2
sellershut-23eddb4593540f0103fab66cf1c6ef4748efb108.zip
feat: follower ordered collections
Diffstat (limited to 'contrib/bruno')
-rw-r--r--contrib/bruno/users/followers.bru6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/bruno/users/followers.bru b/contrib/bruno/users/followers.bru
index e394d30..794e286 100644
--- a/contrib/bruno/users/followers.bru
+++ b/contrib/bruno/users/followers.bru
@@ -5,11 +5,15 @@ meta {
}
get {
- url: {{HUT_HOSTNAME}}/users/sellershut/followers
+ url: http://localhost:2210/users/sellershut/followers?cursor=aHR0cDovL2xvY2FsaG9zdDoyMjEwL2FjdGl2aXR5L2ZvbGxvdy9ESmdfZE9oT2h4QUtsOVdESXhXSmp8MjAyNS0wNy0yMFQxMDo1OTozOC41MTgxMTla
body: none
auth: inherit
}
+params:query {
+ cursor: aHR0cDovL2xvY2FsaG9zdDoyMjEwL2FjdGl2aXR5L2ZvbGxvdy9ESmdfZE9oT2h4QUtsOVdESXhXSmp8MjAyNS0wNy0yMFQxMDo1OTozOC41MTgxMTla
+}
+
assert {
res.status: eq 200
}