fabric-samples/full-stack-asset-transfer-guide/applications/rest-api/asset-transfer.postman_collection.json
jkneubuh a299e18e26
Moves the Full Stack Asset Transfer Development Guide to fabric-samples (#852)
* Import Full Stack Asset Transfer Guide at commit fb554befdbbeff9e69159b54fce0b811603f29c7

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>

* Update the workshop with a new WORKSHOP_PATH under fabric-samples

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>

* Update the workshop with a new WORKSHOP_PATH under fabric-samples

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>

* missed a .git ignored directory on add

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>

* Updates to run the workshop on the Apple M1

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>

* Workaround for https://github.com/eslint/eslint/issues/15299 in the contract tslinter

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>

* Build an arch-specific CC images on M1

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>

* empty commit - force a build

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>

* revert an accidental commit that was building the top-level asset-transfer as arm64

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>

Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
2022-11-10 10:40:27 -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": []
}
]
}