Add bruno files
This commit is contained in:
15
Bruno/Seed/Post operations/Get all posts.bru
Normal file
15
Bruno/Seed/Post operations/Get all posts.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Get all posts
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/api/posts
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
~pageNumber: 1
|
||||
}
|
||||
Reference in New Issue
Block a user