-
Notifications
You must be signed in to change notification settings - Fork 20
/
Ocelot.postman_collection.json
72 lines (72 loc) · 1.55 KB
/
Ocelot.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
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"info": {
"_postman_id": "be7e4ff1-fc3a-4a21-a0dd-12cc8cb1232e",
"name": "Ocelot",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "http://localhost:3000/auth/api/auth?name=user&pwd=123",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:3000/auth/api/auth?name=user&pwd=123",
"protocol": "http",
"host": [
"localhost"
],
"port": "3000",
"path": [
"auth",
"api",
"auth"
],
"query": [
{
"key": "name",
"value": "user"
},
{
"key": "pwd",
"value": "123"
}
]
}
},
"response": []
},
{
"name": "http://localhost:3000/valueapi/api/values",
"request": {
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyIiwianRpIjoiZmYxYWEyMzYtNzc0YS00N2M0LWI0YWQtMDYzYzFjYzgzNGJhIiwiaWF0IjoiMDYvMDgvMjAyMCAxMDowMTozMCIsIm5iZiI6MTU5NjcwODA5MCwiZXhwIjoxNTk2NzExNjkwLCJpc3MiOiJodHRwOi8vd3d3LnNpdGUuY29tIiwiYXVkIjoiQXVkaWVuY2UifQ.zLIRVaXV5gAz30EjQh2BjqO2aYujpg54JLhhsgXIKbs",
"type": "string"
}
]
},
"method": "GET",
"header": [],
"url": {
"raw": "http://localhost:3000/valueapi/api/values",
"protocol": "http",
"host": [
"localhost"
],
"port": "3000",
"path": [
"valueapi",
"api",
"values"
]
}
},
"response": []
}
],
"protocolProfileBehavior": {}
}