mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-29 06:10:47 +00:00
17 lines
207 B
Plaintext
17 lines
207 B
Plaintext
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
|
|
}
|