Carlos Santana
Carlos Santana
@tleyden yeah I think that would be good addition. But this environment variables are not specific to IBM, they will work on any OpenWhisk deployment
Thanks for opening this. I thought I already opened an issue to document my findings. For swift 4 we plan to use urlSession. Ignoring SSL is not a good thing,...
Here is an example ```swift //Overriding WHISK API HOST using baseUrl, only applicable in testing with self sign ssl certs" Whisk.baseUrl = "http://172.17.0.1:10001" let invokeResult = Whisk.invoke(actionNamed: "/whisk.system/utils/date", withParameters: [:],...
Yep that correct it would no be the default. Default behavior is that user coding the action doesn’t have to worry the environment variable with APIHOST will be use they...
@jthomas >In the code above, this won't be the default behaviour. It relies on the user explictly setting a function parameter, which defaults to false. This mirrors the behaviour of...
Well the instructions on the readme need to be refactor as the 2 commands are only applicable in IBM environments “package refresh” and “ic fn service bind” are only applicable...
Related to, here you can find a draft for the documentation for the other docs: https://github.com/IBM-Bluemix/docs-staging/pull/348
@hellenavilarosa are you still planning to work on this? or should make the issue open to grabs?
The directory structure is defined by Apache Cordova, best practice is to check everything in except the contents of 2 folders "platforms" "plugins". If you don't want to checkin wlapp...
I like this approach. It would be good to support [CEL](https://github.com/google/cel-spec) to do some logic in addition on supporting hardcoded values. for example having different defaults based on other arguments...