iris/_examples/database/orm/reform/postman_collection.json

58 lines
1.1 KiB
JSON
Raw Normal View History

2020-08-01 02:46:51 +02:00
{
"info": {
"_postman_id": "6b66000d-9c04-4d0a-b55c-8a493bf59015",
"name": "iris-reform-example",
"description": "Example API calls for iris reform example.",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "http://localhost:8080/persons",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"name\": \"John\",\r\n \"email\": \"example@example.com\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8080/persons",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"persons"
]
}
},
"response": []
},
{
"name": "http://localhost:8080/persons",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:8080/persons",
"protocol": "http",
"host": [
"localhost"
],
"port": "8080",
"path": [
"persons"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
}