-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathconfig.json
More file actions
215 lines (215 loc) · 8.4 KB
/
config.json
File metadata and controls
215 lines (215 loc) · 8.4 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
{
"Guides": {
"items": {
"Welcome": "guides/get-started/welcome.md",
"Get Started": {
"items": {
"Installation": "guides/get-started/installation.md",
"Running": "guides/get-started/running.md",
"Test Data": "guides/get-started/test-data.md",
"Dashboard": "guides/get-started/dashboard.md"
}
},
"HTTP": {
"index": "guides/http/overview.md",
"items": {
"Quick Start": "guides/http/quick-start.md",
"HTTPS & TLS": "guides/http/tls.md",
"Dashboard": "guides/http/dashboard.md"
}
},
"Kafka": {
"index": "guides/kafka/overview.md",
"items": {
"Quick Start": "guides/kafka/quick-start.md",
"Config": "guides/kafka/config.md"
}
},
"LDAP": {
"index": "guides/ldap/intro.md",
"items": {
"Quick Start": "guides/ldap/quick-start.md"
}
},
"SMTP": {
"index": "guides/smtp/overview.md",
"items": {
"Quick Start": "guides/smtp/quick-start.md",
"Rules": "guides/smtp/rules.md"
}
}
}
},
"Configuration": {
"items": {
"Introduction": "configuration/introduction.md",
"Patching": "configuration/patching.md",
"Static": {
"expanded": true,
"items": {
"CLI": "configuration/static/cli.md"
}
},
"Dynamic": {
"expanded": true,
"items": {
"Overview": "configuration/dynamic/overview.md",
"File": "configuration/dynamic/file.md",
"HTTP": "configuration/dynamic/http.md",
"GIT": "configuration/dynamic/git.md",
"NPM": "configuration/dynamic/npm.md"
}
},
"Reference": "configuration/reference.md"
}
},
"JavaScript API": {
"items": {
"Overview": "javascript-api/overview.md",
"Modules": "javascript-api/modules.md",
"globals": {
"items": {
"open": "javascript-api/open.md"
}
},
"mokapi": {
"items": {
"cron": "javascript-api/mokapi/cron.md",
"date": "javascript-api/mokapi/date.md",
"env": "javascript-api/mokapi/env.md",
"every": "javascript-api/mokapi/every.md",
"on": "javascript-api/mokapi/on.md",
"sleep": "javascript-api/mokapi/sleep.md",
"marshal": "javascript-api/mokapi/marshal.md",
"EventHandler": {
"index": "javascript-api/mokapi/eventhandler/eventhandler.md",
"items": {
"EventArgs": "javascript-api/mokapi/eventhandler/eventargs.md",
"HttpEventHandler": "javascript-api/mokapi/eventhandler/httpeventhandler.md",
"HttpRequest": "javascript-api/mokapi/eventhandler/httprequest.md",
"HttpResponse": "javascript-api/mokapi/eventhandler/httpresponse.md",
"KafkaEventHandler": "javascript-api/mokapi/eventhandler/kafkaeventhandler.md",
"KafkaEventMessage": "javascript-api/mokapi/eventhandler/kafkaeventmessage.md",
"ScheduledEventArgs": "javascript-api/mokapi/eventhandler/scheduledeventargs.md"
}
}
}
},
"mokapi/faker": {
"items": {
"fake": "javascript-api/mokapi-faker/fake.md"
}
},
"mokapi/http": {
"items": {
"delete": "javascript-api/mokapi-http/delete.md",
"get": "javascript-api/mokapi-http/get.md",
"head": "javascript-api/mokapi-http/head.md",
"options": "javascript-api/mokapi-http/options.md",
"patch": "javascript-api/mokapi-http/patch.md",
"post": "javascript-api/mokapi-http/post.md",
"put": "javascript-api/mokapi-http/put.md",
"HttpResponse": "javascript-api/mokapi-http/httpresponse.md",
"Args": "javascript-api/mokapi-http/args.md"
}
},
"mokapi/kafka": {
"items": {
"produce": "javascript-api/mokapi-kafka/produce.md",
"ProduceArgs": "javascript-api/mokapi-kafka/produceargs.md",
"ProduceResult": "javascript-api/mokapi-kafka/produceresult.md",
"Message": "javascript-api/mokapi-kafka/message.md",
"MessageResult": "javascript-api/mokapi-kafka/messageresult.md",
"ProduceRetry": "javascript-api/mokapi-kafka/produceretry.md"
}
},
"mokapi/mustache": {
"items": {
"render": "javascript-api/mokapi-mustache/render.md"
}
},
"mokapi/yaml": {
"items": {
"parse": "javascript-api/mokapi-yaml/parse.md",
"stringify": "javascript-api/mokapi-yaml/stringify.md"
}
},
"mokapi/encoding": {
"items": {
"base64 encode": "javascript-api/mokapi-encoding/base64-encode.md",
"base64 decode": "javascript-api/mokapi-encoding/base64-decode.md"
}
}
}
},
"Resources": {
"index": {
"component": "examples",
"hideNavigation": true,
"hideInNavigation": true,
"canonical": "/docs/resources",
"title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles",
"description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development."
},
"items": {
"Tutorials": {
"index": {
"component": "examples",
"hideNavigation": true,
"hideInNavigation": true,
"canonical": "/docs/resources",
"title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles",
"description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development."
},
"items": {
"Get started with REST API": "resources/tutorials/simple-http-api.md",
"Mock OpenAPI Authentication API Key & Bearer Token": "resources/tutorials/mock-openapi-auth-apikey-bearer.md",
"Mock OpenAPI Authentication OAuth2 and JWT": "resources/tutorials/mock-oauth2-jwt-api.md",
"Get started with Kafka": "resources/tutorials/simple-kafka-api.md",
"Running Mokapi in a CI/CD Pipeline": "resources/tutorials/running-mokapi-github-action.md",
"Mock LDAP Authentication in Node": "resources/tutorials/mock-ldap-authentication.md",
"Mock LDAP Group Permission in Node": "resources/tutorials/mock-ldap-group-permission.md",
"Mock SMTP Server send Mail using Node": "resources/tutorials/mock-smtp-server-send-mail-using-node.md",
"Using Mokapi in Local Tests": "resources/tutorials/mokapi-in-locale-tests.md",
"Fullstack Dev Made Easier": "resources/tutorials/fullstack-dev-made-easier.md"
}
},
"Examples": {
"index": {
"component": "examples",
"hideNavigation": true,
"hideInNavigation": true,
"canonical": "/docs/resources",
"title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles",
"description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development."
},
"items": {
"Mokapi behind Reverse Proxy": "resources/examples/mokapi-behind-proxy.md",
"Mokapi with custom base image": "resources/examples/mokapi-with-custom-base-image.md"
}
},
"Blogs": {
"index": {
"component": "examples",
"hideNavigation": true,
"hideInNavigation": true,
"canonical": "/docs/resources",
"title": "Explore Mokapi Resources: Tutorials, Examples, and Blog Articles",
"description": "Explore Mokapi's resources including tutorials, examples, and blog articles. Learn to mock APIs, validate schemas, and streamline your development."
},
"items": {
"Automation Testing in Agile Development": "resources/blogs/automation-testing-agile-development.md",
"Contract Testing": "resources/blogs/contract-testing.md",
"End to End Testing with Mocked APIs": "resources/blogs/end-to-end-testing-mocked-apis.md",
"Debugging Mokapi Scripts": "resources/blogs/debugging-mokapi-scripts.md"
}
}
}
},
"References": {
"items": {
"Declarative Data": "references/declarative-data.md",
"Lua API": "references/lua.md"
}
}
}