mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
make http client into a processor instead of module
This commit is contained in:
@@ -203,11 +203,11 @@
|
||||
},
|
||||
{
|
||||
"type": "object",
|
||||
"title": "Create HTTP Request",
|
||||
"title": "Do HTTP Request",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"const": "http.request.create"
|
||||
"const": "http.request.do"
|
||||
},
|
||||
"params": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user