GET posts [dev] 200
This commit is contained in:
parent
0aea6c0dbd
commit
b7873ebd7c
8 changed files with 141 additions and 3 deletions
16
contrib/bruno/Get Posts.bru
Normal file
16
contrib/bruno/Get Posts.bru
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
info:
|
||||
name: Get Posts
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: https://jsonplaceholder.typicode.com/users
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
docs: This request retrieves a list of users from the JSONPlaceholder API.
|
||||
Loading…
Add table
Add a link
Reference in a new issue