currently these three actions(github/webhook, slack/post, weather/forcast) will be failed bacause of package request is not installed in the default nodejs runtime image.
So I think use needle maybe better because of it is available in all the node runtimes and doesn't need to install extra packages in docker images
Related to https://github.com/apache/incubator-openwhisk-runtime-nodejs/issues/142
currently these three actions(
github/webhook
,slack/post
,weather/forcast
) will be failed bacause of packagerequest
is not installed in the default nodejs runtime image.So I think use
needle
maybe better because of it is available in all the node runtimes and doesn't need to install extra packages in docker images