Last active
October 25, 2021 15:35
-
-
Save franciscoandres/be42b5cfc0d772fdd82f1d03de1e4e8f to your computer and use it in GitHub Desktop.
example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"info": { | |
"_postman_id": "2b6988fc-d29b-42e7-9788-9a0e5245f6cd", | |
"name": "jsonplaceholder", | |
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | |
}, | |
"item": [ | |
{ | |
"name": "Posts", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://jsonplaceholder.typicode.com/posts", | |
"protocol": "https", | |
"host": [ | |
"jsonplaceholder", | |
"typicode", | |
"com" | |
], | |
"path": [ | |
"posts" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Users", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://jsonplaceholder.typicode.com/users---", | |
"protocol": "https", | |
"host": [ | |
"jsonplaceholder", | |
"typicode", | |
"com" | |
], | |
"path": [ | |
"users" | |
] | |
} | |
}, | |
"response": [] | |
}, | |
{ | |
"name": "Comments", | |
"request": { | |
"method": "GET", | |
"header": [], | |
"url": { | |
"raw": "https://jsonplaceholder.typicode.com/comments", | |
"protocol": "https", | |
"host": [ | |
"jsonplaceholder", | |
"typicode", | |
"com" | |
], | |
"path": [ | |
"comments" | |
] | |
} | |
}, | |
"response": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment