Add bruno files
This commit is contained in:
16
Bruno/Testing/Posts/Get all posts via query excluded.bru
Normal file
16
Bruno/Testing/Posts/Get all posts via query excluded.bru
Normal file
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Get all posts via query excluded
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/api/posts?query=-high-res
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
query: -high-res
|
||||
~pageNumber: 1
|
||||
}
|
||||
Reference in New Issue
Block a user