create-zuplo-api 6.52.10 → 6.52.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -56,13 +56,11 @@
|
|
|
56
56
|
"export": "urlForwardHandler",
|
|
57
57
|
"module": "$import(@zuplo/runtime)",
|
|
58
58
|
"options": {
|
|
59
|
-
"baseUrl": "https://
|
|
59
|
+
"baseUrl": "https://todo-mock-main-b63f096.zuplo.app"
|
|
60
60
|
}
|
|
61
|
-
},
|
|
62
|
-
"policies": {
|
|
63
|
-
"inbound": ["mock-api-inbound"]
|
|
64
61
|
}
|
|
65
|
-
}
|
|
62
|
+
},
|
|
63
|
+
"tags": ["Todo"]
|
|
66
64
|
},
|
|
67
65
|
"post": {
|
|
68
66
|
"summary": "Create a new todo",
|
|
@@ -110,13 +108,11 @@
|
|
|
110
108
|
"export": "urlForwardHandler",
|
|
111
109
|
"module": "$import(@zuplo/runtime)",
|
|
112
110
|
"options": {
|
|
113
|
-
"baseUrl": "https://
|
|
111
|
+
"baseUrl": "https://todo-mock-main-b63f096.zuplo.app"
|
|
114
112
|
}
|
|
115
|
-
},
|
|
116
|
-
"policies": {
|
|
117
|
-
"inbound": ["mock-api-inbound"]
|
|
118
113
|
}
|
|
119
|
-
}
|
|
114
|
+
},
|
|
115
|
+
"tags": ["Todo"]
|
|
120
116
|
}
|
|
121
117
|
},
|
|
122
118
|
"/todos/{id}": {
|
|
@@ -180,13 +176,11 @@
|
|
|
180
176
|
"export": "urlForwardHandler",
|
|
181
177
|
"module": "$import(@zuplo/runtime)",
|
|
182
178
|
"options": {
|
|
183
|
-
"baseUrl": "https://
|
|
179
|
+
"baseUrl": "https://todo-mock-main-b63f096.zuplo.app"
|
|
184
180
|
}
|
|
185
|
-
},
|
|
186
|
-
"policies": {
|
|
187
|
-
"inbound": ["mock-api-inbound"]
|
|
188
181
|
}
|
|
189
|
-
}
|
|
182
|
+
},
|
|
183
|
+
"tags": ["Todo"]
|
|
190
184
|
},
|
|
191
185
|
"delete": {
|
|
192
186
|
"summary": "Delete a todo",
|
|
@@ -217,13 +211,11 @@
|
|
|
217
211
|
"export": "urlForwardHandler",
|
|
218
212
|
"module": "$import(@zuplo/runtime)",
|
|
219
213
|
"options": {
|
|
220
|
-
"baseUrl": "https://
|
|
214
|
+
"baseUrl": "https://todo-mock-main-b63f096.zuplo.app"
|
|
221
215
|
}
|
|
222
|
-
},
|
|
223
|
-
"policies": {
|
|
224
|
-
"inbound": ["mock-api-inbound"]
|
|
225
216
|
}
|
|
226
|
-
}
|
|
217
|
+
},
|
|
218
|
+
"tags": ["Todo"]
|
|
227
219
|
}
|
|
228
220
|
}
|
|
229
221
|
},
|
|
@@ -9,56 +9,61 @@ const config: ZudokuConfig = {
|
|
|
9
9
|
page: {
|
|
10
10
|
pageTitle: "My Developer Portal",
|
|
11
11
|
},
|
|
12
|
-
|
|
13
|
-
{
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
12
|
+
navigation: [
|
|
13
|
+
{
|
|
14
|
+
type: "category",
|
|
15
|
+
label: "Documentation",
|
|
16
|
+
items: [
|
|
17
|
+
{
|
|
18
|
+
type: "category",
|
|
19
|
+
label: "Getting Started",
|
|
20
|
+
icon: "sparkles",
|
|
21
|
+
items: [
|
|
22
|
+
"/introduction",
|
|
23
|
+
{
|
|
24
|
+
type: "link",
|
|
25
|
+
icon: "folder-cog",
|
|
26
|
+
badge: {
|
|
27
|
+
label: "New",
|
|
28
|
+
color: "purple",
|
|
29
|
+
},
|
|
30
|
+
label: "API Reference",
|
|
31
|
+
to: "/api",
|
|
30
32
|
},
|
|
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
|
-
|
|
33
|
+
],
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
type: "category",
|
|
37
|
+
label: "Useful Links",
|
|
38
|
+
collapsible: false,
|
|
39
|
+
icon: "link",
|
|
40
|
+
items: [
|
|
41
|
+
{
|
|
42
|
+
type: "link",
|
|
43
|
+
label: "Zuplo Docs",
|
|
44
|
+
to: "https://zuplo.com/docs/dev-portal/introduction",
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
type: "link",
|
|
48
|
+
label: "Developer Portal Docs",
|
|
49
|
+
to: "https://zuplo.com/docs/dev-portal/introduction",
|
|
50
|
+
},
|
|
51
|
+
],
|
|
52
|
+
},
|
|
53
|
+
],
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
type: "link",
|
|
57
|
+
to: "/api",
|
|
58
|
+
label: "API Reference",
|
|
59
|
+
},
|
|
60
|
+
],
|
|
56
61
|
redirects: [{ from: "/", to: "/introduction" }],
|
|
57
62
|
apis: [
|
|
58
63
|
{
|
|
59
64
|
type: "file",
|
|
60
65
|
input: "../config/routes.oas.json",
|
|
61
|
-
|
|
66
|
+
path: "api",
|
|
62
67
|
},
|
|
63
68
|
],
|
|
64
69
|
docs: {
|