Add bruno

This commit is contained in:
Owen Schwartz
2024-10-06 17:42:28 -04:00
parent 81017139c5
commit 797f72e1d0
10 changed files with 139 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
meta {
name: listResourcesBySite
type: http
seq: 2
}
get {
url: http://localhost:3000/api/v1/site/1/resources?limit=10&offset=0
body: none
auth: none
}
params:query {
limit: 10
offset: 0
}