-
Notifications
You must be signed in to change notification settings - Fork 0
/
samurai.postman_collection.json
59 lines (59 loc) · 1.02 KB
/
samurai.postman_collection.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"info": {
"_postman_id": "4479c5e8-731e-411e-b9ed-05b12a9335ea",
"name": "samurai",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "regular db",
"request": {
"method": "GET",
"header": [],
"url": null
},
"response": []
},
{
"name": "cached db",
"request": {
"method": "GET",
"header": [],
"url": null
},
"response": []
},
{
"name": "create event",
"protocolProfileBehavior": {
"disableBodyPruning": true
},
"request": {
"method": "GET",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"story_id\": 1,\n \"event_type\": \"impression\",\n \"user_id\": 5\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8000/event/1",
"protocol": "http",
"host": [
"localhost"
],
"port": "8000",
"path": [
"event",
"1"
]
}
},
"response": []
}
]
}