mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 10:40:02 -06:00
added help url to web request node
This commit is contained in:
@@ -267,7 +267,7 @@
|
||||
"Method": "Method",
|
||||
"Method-Help": "The web method to use when sending this request",
|
||||
"ContentType": "Content Type",
|
||||
"ContentType-Help": "The Content-Type of the message to send.",
|
||||
"ContentType-Help": "The Content-Type of the message to send",
|
||||
"Headers": "Headers",
|
||||
"Headers-Help": "Optional headers to send with the request",
|
||||
"HeadersKey": "Key",
|
||||
|
||||
@@ -12,6 +12,7 @@ public class WebRequest : Node
|
||||
public override FlowElementType Type => FlowElementType.Communication;
|
||||
public override bool FailureNode => true;
|
||||
public override string Icon => "fas fa-globe";
|
||||
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/web-request";
|
||||
|
||||
[TextVariable(1)]
|
||||
public string Url { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user