Skip to content

Instantly share code, notes, and snippets.

@franciscoandres
Last active October 25, 2021 15:35
Show Gist options
  • Save franciscoandres/be42b5cfc0d772fdd82f1d03de1e4e8f to your computer and use it in GitHub Desktop.
Save franciscoandres/be42b5cfc0d772fdd82f1d03de1e4e8f to your computer and use it in GitHub Desktop.
example
{
"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