reactredux/postman/reactredux.postman_collection.json

90 lines
1.8 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": "GetContent",
"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": "ShopCart",
"item": [
{
"name": "GetShopCart",
"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/ShopCart/404c8232-9048-4519-bfba-6e78dc7005ca/fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60",
"protocol": "https",
"host": [
"localhost"
],
"port": "7151",
"path": [
"api",
"ShopCart",
"404c8232-9048-4519-bfba-6e78dc7005ca",
"fdc5aa50-ee68-4bae-a8e6-b8ae2c258f60"
]
}
},
"response": []
}
]
}
]
}