File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ The Dev Proxy extension makes it easy to create and update configuration files.
24
24
| ` devproxy-plugin-crud-api-config ` | CrudApiPlugin config section |
25
25
| ` devproxy-plugin-crud-api-file ` | CrudApiPlugin API file |
26
26
| ` devproxy-plugin-crud-api-file-schema ` | CrudApiPlugin API file schema |
27
+ | ` devproxy-plugin-crud-api-action ` | CrudApiPlugin action |
27
28
| ` devproxy-plugin-dev-tools ` | DevToolsPlugin instance |
28
29
| ` devproxy-plugin-dev-tools-config ` | DevToolsPlugin config section |
29
30
| ` devproxy-plugin-execution-summary ` | ExecutionSummaryPlugin instance |
Original file line number Diff line number Diff line change 140
140
],
141
141
"description" : " CrudApiPlugin API file schema"
142
142
},
143
+ "CrudApiPluginAction" : {
144
+ "prefix" : " devproxy-plugin-crud-api-action" ,
145
+ "body" : [
146
+ " \r " ,
147
+ " \t {" ,
148
+ " \t\t\" action\" : \" $1\" ," ,
149
+ " \t\t\" method\" : \" $2\" ," ,
150
+ " \t\t\" query\" : \" $3\" ," ,
151
+ " \t\t\" url\" : \" $4\" " ,
152
+ " \t }\r "
153
+ ],
154
+ "description" : " CrudApiPlugin action"
155
+ },
143
156
"DevToolsPlugin" : {
144
157
"prefix" : " devproxy-plugin-dev-tools" ,
145
158
"body" : [
You can’t perform that action at this time.
0 commit comments