added category filtering

This commit is contained in:
Joe Arndt 2026-02-27 21:48:33 -06:00
parent 9daca90d6b
commit 69723d0801
8 changed files with 42 additions and 11 deletions

View file

@ -5,7 +5,11 @@ meta {
}
get {
url: {{localBaseUrl}}/{{resourcePath}}
url: {{localBaseUrl}}/{{resourcePath}}?sort=desc
body: none
auth: inherit
}
params:query {
sort: desc
}

View file

@ -5,7 +5,11 @@ meta {
}
get {
url: {{localBaseUrl}}/{{resourcePath}}
url: {{localBaseUrl}}/{{resourcePath}}?sort=desc
body: none
auth: inherit
}
params:query {
sort: desc
}

View file

@ -9,3 +9,7 @@ get {
body: none
auth: inherit
}
params:query {
~tags: Tundra
}