-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLinkly.postman_collection.json
More file actions
57 lines (56 loc) · 1.29 KB
/
Linkly.postman_collection.json
File metadata and controls
57 lines (56 loc) · 1.29 KB
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
{
"info": {
"_postman_id": "2f5d249a-7600-45b0-91e4-972d09030847",
"name": "BitLinks",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "24335059",
"_collection_link": "https://martian-station-78370.postman.co/workspace/Sigma-Web-Development-Express~5db32297-9967-4e1b-afb8-3d38caf12a97/collection/24335059-2f5d249a-7600-45b0-91e4-972d09030847?action=share&source=collection_link&creator=24335059"
},
"item": [
{
"name": "http://localhost:3000/api/generate",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"url\": \"https://facebook.com/codewithharry\",\r\n \"shorturl\": \"google2\"\r\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:3000/api/generate",
"protocol": "http",
"host": [
"localhost"
],
"port": "3000",
"path": [
"api",
"generate"
]
}
},
"response": []
},
{
"name": "http://localhost:3000",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:3000",
"protocol": "http",
"host": [
"localhost"
],
"port": "3000"
}
},
"response": []
}
]
}