You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build a cloud function which validates a XML file against a schema and converts it to json. To process this logic through files in a directory the shell command would look roughly like this:
I plan to add a new
HttpRequestCommand
which shall run a HTTP/HTTPS command via curl.It should keep the output clean (using option
-s
) and fail when the request returns an error code (option-f
).Things to implement
-X
), usingGET
requests by default-H
)--data-binary @-
)Possible use cases
How to implement
http_request_command(...)
inmara_pipelines.shell
HttpRequestCommand
inmara_pipelines.commands.http
The text was updated successfully, but these errors were encountered: