fabric-samples/full-stack-asset-transfer-guide/applications/rest-api/asset-transfer.postman_collection.json
Josh Kneubuhl 4c656f6215 Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2022-11-09 13:14:04 -05:00

145 lines
No EOL
2.5 KiB
JSON

{
"info": {
"_postman_id": "56cf175c-ca6b-453a-b950-3d057e19d391",
"name": "asset-transfer",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "101085"
},
"item": [
{
"name": "http://localhost:8081/pokemons",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8081/pokemons",
"protocol": "http",
"host": [
"localhost"
],
"port": "8081",
"path": [
"pokemons"
]
}
},
"response": []
},
{
"name": "http://localhost:8081/get",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8081/list",
"protocol": "http",
"host": [
"localhost"
],
"port": "8081",
"path": [
"list"
]
}
},
"response": []
},
{
"name": "http://localhost:8081/get/1",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8081/get/1",
"protocol": "http",
"host": [
"localhost"
],
"port": "8081",
"path": [
"get",
"1"
]
}
},
"response": []
},
{
"name": "http://localhost:8081/create",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"appraisedValue\":2,\n \"color\": \"color\",\n \"owner\": \"Ramesh\",\n \"size\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8081/create",
"protocol": "http",
"host": [
"localhost"
],
"port": "8081",
"path": [
"create"
]
}
},
"response": []
},
{
"name": "Create",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"appraisedValue\":2,\n \"color\": \"color\",\n \"owner\": \"Ramesh\",\n \"size\": 1\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://restapi.localho.st/create",
"protocol": "http",
"host": [
"restapi",
"localho",
"st"
],
"path": [
"create"
]
}
},
"response": []
},
{
"name": "List",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://restapi.localho.st/list",
"protocol": "http",
"host": [
"restapi",
"localho",
"st"
],
"path": [
"list"
]
}
},
"response": []
}
]
}