gsheet_to_json/gsheet_to_json_data.postman_collection.json
2023-05-17 15:53:10 +05:30

63 lines
1.2 KiB
JSON

{
"info": {
"_postman_id": "57361606-e010-4061-9e4e-daa7692455de",
"name": "gsheet_to_json_data",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "27087263"
},
"item": [
{
"name": "sample",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "http://127.0.0.1:5000/sample",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"sample"
]
}
},
"response": []
},
{
"name": "gsheet_to_json_data",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"requestid\":\"2838123671\",\n \"requesttype\":\"listdata\",\n \"requestsrc\":\"ui\",\n \"requestdata\":{\n \"sheet_url\" : \"https://docs.google.com/spreadsheets/d/1EQy3mawrPO3bLmurxaf8bR0WhTZS9-uXT2773Bb9B5Y/edit#gid=0\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://127.0.0.1:5000/data",
"protocol": "http",
"host": [
"127",
"0",
"0",
"1"
],
"port": "5000",
"path": [
"data"
]
}
},
"response": []
}
]
}