-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathweb3terms.postman_collection.json
More file actions
56 lines (56 loc) · 958 Bytes
/
Copy pathweb3terms.postman_collection.json
File metadata and controls
56 lines (56 loc) · 958 Bytes
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
{
"info": {
"_postman_id": "af2504f5-b334-4a70-8541-d2c5d7b19333",
"name": "web3terms",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "6238258"
},
"item": [
{
"name": "all terms",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "localhost:3000/terms",
"host": [
"localhost"
],
"port": "3000",
"path": [
"terms"
]
}
},
"response": []
},
{
"name": "get terms with pagination",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "localhost:3000/terms-with-pagination?page=2&limit=2",
"host": [
"localhost"
],
"port": "3000",
"path": [
"terms-with-pagination"
],
"query": [
{
"key": "page",
"value": "2"
},
{
"key": "limit",
"value": "2"
}
]
}
},
"response": []
}
]
}