Hi,
I have tried forking a creating an improved “Make a web request” action, but failing miserably I did get my alternate version of webcore running, but the added vcmd was not found for some reason.
Anyway, to me the “Make a web request” is today next to useless. I have multiple things that I would like to do, that is simply impossible with today’s action. Essentially what I would like is for me to be able to
a) Define custom HTTP headers
b) Use PATCH
c) Send a custom body
Especially the custom HTTP headers is important for me personally. Today I actually call Azure Functions with webcore in order to do a few things (both requires custom http headers):
- Start the heater in my volvo through the Volvo On Call API (and also lock the cars)
- Add todo-list items in wunderlist when the washing machine and dryer is finished
Would be much better if webcore could do this directly. Anyone interested in helping me add these features? I do code, but I am not a developer.