Skip to content

Commit c189f6b

Browse files
authored
[chore] Add thunder client collection (#17)
2 parents a3857af + d85ac6d commit c189f6b

File tree

2 files changed

+115
-1
lines changed

2 files changed

+115
-1
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"streetsidesoftware.code-spell-checker",
1010
"aaron-bond.better-comments",
1111
"bierner.markdown-footnotes",
12-
"tldraw-org.tldraw-vscode"
12+
"tldraw-org.tldraw-vscode",
13+
"rangav.vscode-thunder-client"
1314
]
1415
}

docs/api-collection

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
{
2+
"clientName": "Thunder Client",
3+
"collectionName": "API - Practical work",
4+
"collectionId": "212b429f-9214-4e9f-85e6-728264ec519f",
5+
"dateExported": "2025-02-12T00:49:06.462Z",
6+
"version": "1.2",
7+
"folders": [],
8+
"requests": [
9+
{
10+
"_id": "9b195cb5-bff6-4549-b9e7-8c66e92a34dc",
11+
"colId": "212b429f-9214-4e9f-85e6-728264ec519f",
12+
"containerId": "",
13+
"name": "Get team players",
14+
"url": "https://algoritmos-api.azurewebsites.net/api/TaCTi/TABACO",
15+
"method": "GET",
16+
"sortNum": 10000,
17+
"created": "2025-02-12T00:37:47.155Z",
18+
"modified": "2025-02-12T00:38:58.583Z",
19+
"headers": [
20+
{
21+
"name": "Accept",
22+
"value": "*/*",
23+
"isDisabled": true
24+
},
25+
{
26+
"name": "User-Agent",
27+
"value": "Thunder Client (https://www.thunderclient.com)",
28+
"isDisabled": true
29+
}
30+
],
31+
"auth": {
32+
"type": "none"
33+
},
34+
"preReq": {
35+
"options": {
36+
"clearCookies": true
37+
}
38+
}
39+
},
40+
{
41+
"_id": "871e64c4-d367-42e3-871e-7f240632264b",
42+
"colId": "212b429f-9214-4e9f-85e6-728264ec519f",
43+
"containerId": "",
44+
"name": "Delete team",
45+
"url": "https://algoritmos-api.azurewebsites.net/api/TaCTi/TABACO",
46+
"method": "DELETE",
47+
"sortNum": 15000,
48+
"created": "2025-02-12T00:45:33.645Z",
49+
"modified": "2025-02-12T00:46:02.940Z",
50+
"headers": [
51+
{
52+
"name": "Accept",
53+
"value": "*/*",
54+
"isDisabled": true
55+
},
56+
{
57+
"name": "User-Agent",
58+
"value": "Thunder Client (https://www.thunderclient.com)",
59+
"isDisabled": true
60+
}
61+
],
62+
"auth": {
63+
"type": "none"
64+
},
65+
"preReq": {
66+
"options": {
67+
"clearCookies": true
68+
}
69+
}
70+
},
71+
{
72+
"_id": "325b04a0-3bb8-4ea9-82bc-9dd8c268ab76",
73+
"colId": "212b429f-9214-4e9f-85e6-728264ec519f",
74+
"containerId": "",
75+
"name": "Add new player to the team",
76+
"url": "https://algoritmos-api.azurewebsites.net/api/TaCTi",
77+
"method": "POST",
78+
"sortNum": 20000,
79+
"created": "2025-02-12T00:40:15.062Z",
80+
"modified": "2025-02-12T00:48:19.560Z",
81+
"headers": [
82+
{
83+
"name": "Content-Type",
84+
"value": "application/json"
85+
},
86+
{
87+
"name": "Accept",
88+
"value": "*/*",
89+
"isDisabled": true
90+
},
91+
{
92+
"name": "User-Agent",
93+
"value": "Thunder Client (https://www.thunderclient.com)",
94+
"isDisabled": true
95+
}
96+
],
97+
"body": {
98+
"type": "json",
99+
"raw": "{\n \"CodigoGrupo\": \"TABACO\",\n \"Jugadores\": [\n {\n \"nombre\": \"Jugador 01\",\n \"puntos\": 10\n },\n {\n \"nombre\": \"Jugador 02\",\n \"puntos\": 20\n }\n ]\n}",
100+
"form": []
101+
},
102+
"auth": {
103+
"type": "none"
104+
},
105+
"preReq": {
106+
"options": {
107+
"clearCookies": true
108+
}
109+
}
110+
}
111+
],
112+
"ref": "NLNWonK1bk0mdAJkwBnE7G-GzdJrBSSeWHvZ81ylUt3cNLxMhTXRxm_uJLa0ktcMLwKSHtgXe3Ps0Lzs1fv1VQ"
113+
}

0 commit comments

Comments
 (0)