init view / list tags
This commit is contained in:
parent
a2352d19c2
commit
bbeb1b6ba0
6 changed files with 36 additions and 4 deletions
|
|
@ -5,13 +5,13 @@ meta {
|
|||
}
|
||||
|
||||
get {
|
||||
url: {{host}}/api/snippets?limit=100&skip=0
|
||||
url: {{host}}/api/snippets?limit=25&skip=0
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
limit: 100
|
||||
limit: 25
|
||||
skip: 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue