feat: add group
This commit is contained in:
@@ -11,7 +11,7 @@ get {
|
|||||||
}
|
}
|
||||||
|
|
||||||
params:path {
|
params:path {
|
||||||
id: 1
|
id: 37
|
||||||
}
|
}
|
||||||
|
|
||||||
settings {
|
settings {
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ params:query {
|
|||||||
~categories: 1
|
~categories: 1
|
||||||
~tags: relax,sleep
|
~tags: relax,sleep
|
||||||
~search:
|
~search:
|
||||||
|
~count: 10
|
||||||
}
|
}
|
||||||
|
|
||||||
settings {
|
settings {
|
||||||
|
|||||||
@@ -0,0 +1,26 @@
|
|||||||
|
meta {
|
||||||
|
name: newest-media
|
||||||
|
type: http
|
||||||
|
seq: 11
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{baseUrl}}/media/newest?per_page=20&page=1
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
||||||
|
|
||||||
|
params:query {
|
||||||
|
per_page: 20
|
||||||
|
page: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
settings {
|
||||||
|
encodeUrl: true
|
||||||
|
timeout: 0
|
||||||
|
}
|
||||||
|
|
||||||
|
docs {
|
||||||
|
Newest media, paginated (Laravel paginator: data, total, current_page,
|
||||||
|
last_page, per_page). Same visibility scope as /media.
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user