Skip to content

Commit a0768be

Browse files
committed
style fix
1 parent 2222215 commit a0768be

File tree

2 files changed

+188
-233
lines changed

2 files changed

+188
-233
lines changed

stats-node.postman_collection.json

+170-215
Original file line numberDiff line numberDiff line change
@@ -1,216 +1,171 @@
11
{
2-
"info": {
3-
"_postman_id": "fbc5caf3-f6da-4367-9d62-9c50146194ec",
4-
"name": "stats-node",
5-
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6-
},
7-
"item": [
8-
{
9-
"name": "GET {{stats_node_host}}/admin/users",
10-
"request": {
11-
"method": "GET",
12-
"header": [
13-
{
14-
"key": "token",
15-
"type": "text",
16-
"value": "{{stats_node_token}}"
17-
}
18-
],
19-
"url": {
20-
"raw": "{{stats_node_host}}/admin/users",
21-
"host": [
22-
"{{stats_node_host}}"
23-
],
24-
"path": [
25-
"admin",
26-
"users"
27-
]
28-
}
29-
},
30-
"response": []
31-
},
32-
{
33-
"name": "PUT {{stats_node_host}}/admin/users/:id",
34-
"request": {
35-
"method": "PUT",
36-
"header": [
37-
{
38-
"key": "token",
39-
"value": "{{stats_node_token}}",
40-
"type": "text"
41-
}
42-
],
43-
"body": {
44-
"mode": "raw",
45-
"raw": "{\n \"isStreamer\": true\n}",
46-
"options": {
47-
"raw": {
48-
"language": "json"
49-
}
50-
}
51-
},
52-
"url": {
53-
"raw": "{{stats_node_host}}/admin/users/5eb46409db171128b0fe54aa",
54-
"host": [
55-
"{{stats_node_host}}"
56-
],
57-
"path": [
58-
"admin",
59-
"users",
60-
"5eb46409db171128b0fe54aa"
61-
]
62-
}
63-
},
64-
"response": []
65-
},
66-
{
67-
"name": "GET {{stats_node_host}}/admin/streamers",
68-
"request": {
69-
"method": "GET",
70-
"header": [
71-
{
72-
"key": "token",
73-
"type": "text",
74-
"value": "{{stats_node_token}}"
75-
}
76-
],
77-
"url": {
78-
"raw": "{{stats_node_host}}/admin/streamers",
79-
"host": [
80-
"{{stats_node_host}}"
81-
],
82-
"path": [
83-
"admin",
84-
"streamers"
85-
]
86-
}
87-
},
88-
"response": []
89-
},
90-
{
91-
"name": "GET {{stats_node_host}}/channels/legacy/:server/:channel",
92-
"request": {
93-
"method": "GET",
94-
"header": [
95-
{
96-
"key": "token",
97-
"type": "text",
98-
"value": "{{stats_node_token}}"
99-
}
100-
],
101-
"url": {
102-
"raw": "{{stats_node_host}}/channels/legacy/nms1/main",
103-
"host": [
104-
"{{stats_node_host}}"
105-
],
106-
"path": [
107-
"channels",
108-
"legacy",
109-
"nms1",
110-
"main"
111-
]
112-
}
113-
},
114-
"response": []
115-
},
116-
{
117-
"name": "GET {{stats_node_host}}/channels/:server/:app/:channel",
118-
"request": {
119-
"method": "GET",
120-
"header": [
121-
{
122-
"key": "token",
123-
"type": "text",
124-
"value": "{{stats_node_token}}"
125-
}
126-
],
127-
"url": {
128-
"raw": "{{stats_node_host}}/channels/nms1/live/main",
129-
"host": [
130-
"{{stats_node_host}}"
131-
],
132-
"path": [
133-
"channels",
134-
"nms1",
135-
"live",
136-
"main"
137-
]
138-
}
139-
},
140-
"response": []
141-
},
142-
{
143-
"name": "GET {{stats_node_host}}/channels/:server/:channel",
144-
"request": {
145-
"method": "GET",
146-
"header": [
147-
{
148-
"key": "token",
149-
"type": "text",
150-
"value": "{{stats_node_token}}"
151-
}
152-
],
153-
"url": {
154-
"raw": "{{stats_node_host}}/channels/nms1/main",
155-
"host": [
156-
"{{stats_node_host}}"
157-
],
158-
"path": [
159-
"channels",
160-
"nms1",
161-
"main"
162-
]
163-
}
164-
},
165-
"response": []
166-
},
167-
{
168-
"name": "GET {{stats_node_host}}/channels",
169-
"request": {
170-
"method": "GET",
171-
"header": [
172-
{
173-
"key": "token",
174-
"type": "text",
175-
"value": "{{stats_node_token}}"
176-
}
177-
],
178-
"url": {
179-
"raw": "{{stats_node_host}}/channels",
180-
"host": [
181-
"{{stats_node_host}}"
182-
],
183-
"path": [
184-
"channels"
185-
]
186-
}
187-
},
188-
"response": []
189-
},
190-
{
191-
"name": "GET {{stats_node_host}}/channels/list",
192-
"request": {
193-
"method": "GET",
194-
"header": [
195-
{
196-
"key": "token",
197-
"type": "text",
198-
"value": "{{stats_node_token}}"
199-
}
200-
],
201-
"url": {
202-
"raw": "{{stats_node_host}}/channels/list",
203-
"host": [
204-
"{{stats_node_host}}"
205-
],
206-
"path": [
207-
"channels",
208-
"list"
209-
]
210-
}
211-
},
212-
"response": []
213-
}
214-
],
215-
"protocolProfileBehavior": {}
216-
}
2+
"info": {
3+
"_postman_id": "fbc5caf3-f6da-4367-9d62-9c50146194ec",
4+
"name": "stats-node",
5+
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
6+
},
7+
"item": [
8+
{
9+
"name": "GET {{stats_node_host}}/admin/users",
10+
"request": {
11+
"method": "GET",
12+
"header": [
13+
{
14+
"key": "token",
15+
"type": "text",
16+
"value": "{{stats_node_token}}"
17+
}
18+
],
19+
"url": {
20+
"raw": "{{stats_node_host}}/admin/users",
21+
"host": ["{{stats_node_host}}"],
22+
"path": ["admin", "users"]
23+
}
24+
},
25+
"response": []
26+
},
27+
{
28+
"name": "PUT {{stats_node_host}}/admin/users/:id",
29+
"request": {
30+
"method": "PUT",
31+
"header": [
32+
{
33+
"key": "token",
34+
"value": "{{stats_node_token}}",
35+
"type": "text"
36+
}
37+
],
38+
"body": {
39+
"mode": "raw",
40+
"raw": "{\n \"isStreamer\": true\n}",
41+
"options": {
42+
"raw": {
43+
"language": "json"
44+
}
45+
}
46+
},
47+
"url": {
48+
"raw": "{{stats_node_host}}/admin/users/5eb46409db171128b0fe54aa",
49+
"host": ["{{stats_node_host}}"],
50+
"path": ["admin", "users", "5eb46409db171128b0fe54aa"]
51+
}
52+
},
53+
"response": []
54+
},
55+
{
56+
"name": "GET {{stats_node_host}}/admin/streamers",
57+
"request": {
58+
"method": "GET",
59+
"header": [
60+
{
61+
"key": "token",
62+
"type": "text",
63+
"value": "{{stats_node_token}}"
64+
}
65+
],
66+
"url": {
67+
"raw": "{{stats_node_host}}/admin/streamers",
68+
"host": ["{{stats_node_host}}"],
69+
"path": ["admin", "streamers"]
70+
}
71+
},
72+
"response": []
73+
},
74+
{
75+
"name": "GET {{stats_node_host}}/channels/legacy/:server/:channel",
76+
"request": {
77+
"method": "GET",
78+
"header": [
79+
{
80+
"key": "token",
81+
"type": "text",
82+
"value": "{{stats_node_token}}"
83+
}
84+
],
85+
"url": {
86+
"raw": "{{stats_node_host}}/channels/legacy/nms1/main",
87+
"host": ["{{stats_node_host}}"],
88+
"path": ["channels", "legacy", "nms1", "main"]
89+
}
90+
},
91+
"response": []
92+
},
93+
{
94+
"name": "GET {{stats_node_host}}/channels/:server/:app/:channel",
95+
"request": {
96+
"method": "GET",
97+
"header": [
98+
{
99+
"key": "token",
100+
"type": "text",
101+
"value": "{{stats_node_token}}"
102+
}
103+
],
104+
"url": {
105+
"raw": "{{stats_node_host}}/channels/nms1/live/main",
106+
"host": ["{{stats_node_host}}"],
107+
"path": ["channels", "nms1", "live", "main"]
108+
}
109+
},
110+
"response": []
111+
},
112+
{
113+
"name": "GET {{stats_node_host}}/channels/:server/:channel",
114+
"request": {
115+
"method": "GET",
116+
"header": [
117+
{
118+
"key": "token",
119+
"type": "text",
120+
"value": "{{stats_node_token}}"
121+
}
122+
],
123+
"url": {
124+
"raw": "{{stats_node_host}}/channels/nms1/main",
125+
"host": ["{{stats_node_host}}"],
126+
"path": ["channels", "nms1", "main"]
127+
}
128+
},
129+
"response": []
130+
},
131+
{
132+
"name": "GET {{stats_node_host}}/channels",
133+
"request": {
134+
"method": "GET",
135+
"header": [
136+
{
137+
"key": "token",
138+
"type": "text",
139+
"value": "{{stats_node_token}}"
140+
}
141+
],
142+
"url": {
143+
"raw": "{{stats_node_host}}/channels",
144+
"host": ["{{stats_node_host}}"],
145+
"path": ["channels"]
146+
}
147+
},
148+
"response": []
149+
},
150+
{
151+
"name": "GET {{stats_node_host}}/channels/list",
152+
"request": {
153+
"method": "GET",
154+
"header": [
155+
{
156+
"key": "token",
157+
"type": "text",
158+
"value": "{{stats_node_token}}"
159+
}
160+
],
161+
"url": {
162+
"raw": "{{stats_node_host}}/channels/list",
163+
"host": ["{{stats_node_host}}"],
164+
"path": ["channels", "list"]
165+
}
166+
},
167+
"response": []
168+
}
169+
],
170+
"protocolProfileBehavior": {}
171+
}

0 commit comments

Comments
 (0)