reactredux/postman/reactredux.postman_collection.json

556 lines
13 KiB
JSON

{
"info": {
"_postman_id": "45e69e7b-bfb8-4555-996a-2cd5126d1aa6",
"name": "reactredux",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Content",
"item": [
{
"name": "01-Get",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/Content/b3f39a82-6a1b-46a4-85cc-04c3b4315511?locale=en-US",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"Content",
"b3f39a82-6a1b-46a4-85cc-04c3b4315511"
],
"query": [
{
"key": "locale",
"value": "en-US"
}
]
}
},
"response": []
}
]
},
{
"name": "ShopCartItems",
"item": [
{
"name": "01-Get",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/ShopCartItems/404c8232-9048-4519-bfba-6e78dc7005ca/fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60?locale=en-US",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopCartItems",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60"
],
"query": [
{
"key": "locale",
"value": "en-US"
}
]
}
},
"response": []
}
]
},
{
"name": "ShopCartItem",
"item": [
{
"name": "01-Get",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/ShopCartItem/404c8232-9048-4519-bfba-6e78dc7005ca/fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60/SKU-01",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopCartItem",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60",
"SKU-01"
]
}
},
"response": []
},
{
"name": "02-Post",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"quantity\": 1\r\n}"
},
"url": {
"raw": "https://localhost:7151/api/ShopCartItem/404c8232-9048-4519-bfba-6e78dc7005ca/fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60/SKU-04",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopCartItem",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60",
"SKU-04"
]
}
},
"response": []
},
{
"name": "03-Put",
"request": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"quantity\": 2\r\n}"
},
"url": {
"raw": "https://localhost:7151/api/ShopCartItem/404c8232-9048-4519-bfba-6e78dc7005ca/fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60/SKU-04",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopCartItem",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60",
"SKU-04"
]
}
},
"response": []
},
{
"name": "04-Delete",
"request": {
"method": "DELETE",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/ShopCartItem/404c8232-9048-4519-bfba-6e78dc7005ca/fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60/SKU-04",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopCartItem",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60",
"SKU-04"
]
}
},
"response": []
}
]
},
{
"name": "ShopItems",
"item": [
{
"name": "01-Get",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/ShopCatalog/404c8232-9048-4519-bfba-6e78dc7005ca?currentPage=1&itemsPerPage=4",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopCatalog",
"404c8232-9048-4519-bfba-6e78dc7005ca"
],
"query": [
{
"key": "currentPage",
"value": "1"
},
{
"key": "itemsPerPage",
"value": "4"
}
]
}
},
"response": []
},
{
"name": "01-Delete",
"request": {
"method": "DELETE",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/ShopCatalog/404c8232-9048-4519-bfba-6e78dc7005ca",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopCatalog",
"404c8232-9048-4519-bfba-6e78dc7005ca"
]
}
},
"response": []
}
]
},
{
"name": "ShopItem",
"item": [
{
"name": "01-Get",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/ShopItem/404c8232-9048-4519-bfba-6e78dc7005ca/SKU-01",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopItem",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"SKU-01"
]
}
},
"response": []
},
{
"name": "02-Post",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"l10n\":[\r\n {\r\n \"locale\":\"en-US\",\r\n \"slug\":\"shop-catalog-item-05\",\r\n \"description\": \"\",\r\n \"title\":\"Shop item title\",\r\n \"shortText\":\"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Eaque fugit ratione dicta mollitia. Officiis ad...\",\r\n \"text\":\"\",\r\n \"contentType\": \"HTML\",\r\n \"badges\":[\r\n \"sale\"\r\n ]\r\n }\r\n ],\r\n \r\n \"tags\":[\r\n \"react\",\r\n \"redux\",\r\n \"webapi\"\r\n ],\r\n \"categories\":[\r\n \"e154e33f-3cc7-468d-bb66-e0390ddb9ae0\"\r\n ],\r\n \"brandName\":\"Mongodb Brand & Name\",\r\n \"rating\":4.5,\r\n \"price\":20,\r\n \"newPrice\":10,\r\n \"quantity\":100\r\n}"
},
"url": {
"raw": "https://localhost:7151/api/ShopItem/404c8232-9048-4519-bfba-6e78dc7005ca/SKU-05",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopItem",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"SKU-05"
]
}
},
"response": []
},
{
"name": "03-Put",
"request": {
"method": "PUT",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{\r\n \"slug\":\"shop-catalog-item-05\",\r\n \"l10n\":[\r\n {\r\n \"locale\":\"en-US\",\r\n \"slug\":\"shop-catalog-item-05\",\r\n \"description\": \"\",\r\n \"title\":\"Shop item title\",\r\n \"shortText\":\"Lorem ipsum, dolor sit amet consectetur adipisicing elit. Eaque fugit ratione dicta mollitia. Officiis ad...\",\r\n \"text\":\"\",\r\n \"contentType\": \"HTML\",\r\n \"badges\":[\r\n \"sale\"\r\n ]\r\n }\r\n ],\r\n \"images\":[\r\n {\r\n \"src\":\"https://dummyimage.com/450x300/dee2e6/6c757d.jpg\",\r\n \"l10n\":[\r\n {\r\n \"locale\":\"en-US\",\r\n \"alt\":\"...\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"author\":\"fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60\",\r\n \"tags\":[\r\n \"react\",\r\n \"redux\",\r\n \"webapi\"\r\n ],\r\n \"categories\":[\r\n \"e154e33f-3cc7-468d-bb66-e0390ddb9ae0\"\r\n ],\r\n \"brandName\":\"Mongodb Brand & Name\",\r\n \"rating\":4.5,\r\n \"price\":20,\r\n \"newPrice\":10,\r\n \"quantity\":200\r\n}"
},
"url": {
"raw": "https://localhost:7151/api/ShopItem/404c8232-9048-4519-bfba-6e78dc7005ca/SKU-05",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopItem",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"SKU-05"
]
}
},
"response": []
},
{
"name": "04-Delete",
"request": {
"method": "DELETE",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/ShopItem/404c8232-9048-4519-bfba-6e78dc7005ca/SKU-05",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopItem",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"SKU-05"
]
}
},
"response": []
}
]
},
{
"name": "BlogItems",
"item": [
{
"name": "01-Get",
"request": {
"method": "GET",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/BlogItems/404c8232-9048-4519-bfba-6e78dc7005ca?currentPage=2&itemsPerPage=2&locale=en-US",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"BlogItems",
"404c8232-9048-4519-bfba-6e78dc7005ca"
],
"query": [
{
"key": "currentPage",
"value": "2"
},
{
"key": "itemsPerPage",
"value": "2"
},
{
"key": "locale",
"value": "en-US"
}
]
}
},
"response": []
},
{
"name": "02-Delete",
"request": {
"method": "DELETE",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "default"
},
{
"key": "Accept",
"value": "application/json",
"type": "default"
}
],
"url": {
"raw": "https://localhost:7151/api/BlogItems/404c8232-9048-4519-bfba-6e78dc7005ca",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"BlogItems",
"404c8232-9048-4519-bfba-6e78dc7005ca"
]
}
},
"response": []
}
]
},
{
"name": "BlogItem",
"item": []
}
]
}