16 lines
207 B
Text
16 lines
207 B
Text
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
|
|
}
|