Projekt

Obecné

Profil

Rest API » BrainIn_Rest_API.postman_collection.json

Postman - konfigurace - Vojtěch Váchal, 2022-03-26 15:28

 
1
{
2
	"info": {
3
		"_postman_id": "f59e2d39-f727-4d96-9326-09ed51718e2d",
4
		"name": "BrainIn - Rest API",
5
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6
	},
7
	"item": [
8
		{
9
			"name": "mobile/get",
10
			"protocolProfileBehavior": {
11
				"disableBodyPruning": true
12
			},
13
			"request": {
14
				"method": "GET",
15
				"header": [],
16
				"body": {
17
					"mode": "raw",
18
					"raw": "{\r\n    \"username\": \"username\",\r\n    \"password\": \"heslo123\",\r\n    \"lastDownloadDate\": \"2012-04-23T18:25:43.511Z\"\r\n}",
19
					"options": {
20
						"raw": {
21
							"language": "json"
22
						}
23
					}
24
				},
25
				"url": {
26
					"raw": "http://localhost:3245/mobile/data",
27
					"protocol": "http",
28
					"host": [
29
						"localhost"
30
					],
31
					"port": "3245",
32
					"path": [
33
						"mobile",
34
						"data"
35
					]
36
				}
37
			},
38
			"response": []
39
		},
40
		{
41
			"name": "mobile/post",
42
			"request": {
43
				"method": "POST",
44
				"header": [],
45
				"body": {
46
					"mode": "raw",
47
					"raw": "{\r\n    \"Email\": \"kakao@kakao.cz\",\r\n    \"Password\": \"Kakao1.\"\r\n}",
48
					"options": {
49
						"raw": {
50
							"language": "json"
51
						}
52
					}
53
				},
54
				"url": {
55
					"raw": "http://localhost:3245/mobile/collectedData",
56
					"protocol": "http",
57
					"host": [
58
						"localhost"
59
					],
60
					"port": "3245",
61
					"path": [
62
						"mobile",
63
						"collectedData"
64
					]
65
				}
66
			},
67
			"response": []
68
		}
69
	]
70
}
(2-2/2)