yavsc/contrib/bruno/Get Posts.bru

16 lines
277 B
Text
Raw Normal View History

2026-07-08 22:46:46 +01:00
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.